gradle / build-tool-roadmap

Gradle Build Tool roadmap
https://roadmap.gradle.org/
41 stars 6 forks source link

Responsive continuous builds on macOS and Windows on Java 9+ #4

Closed pioterj closed 2 years ago

pioterj commented 3 years ago

Use the file system watching infrastructure to make the continuous build feature more robust.

One of the practical outcomes of doing this is that continuous builds on macOS and Windows on Java 9 and later will react to file changes almost instantly, as opposed to the current delay that can be as long as 10 seconds between file change and new build being triggered.

Related issues: