Gradle 6.5 introduced an experimental file system watching feature, which became production-ready in Gradle 6.7. Instead of discarding file system state between builds, the Gradle daemon uses OS-level file system notifications to maintain a virtual file system across builds, avoiding redundant disk I/O. This results in faster
Table of contents
Table of ContentsIntroductionHow does it work? #File system watching in action #Build time improvements #Try out file system watching #DiscussSort: