This is an automated email from the ASF dual-hosted git repository.
sunlan pushed a commit to branch GROOVY_3_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git
The following commit(s) were added to refs/heads/GROOVY_3_0_X by this push:
new 0354c88 Enable watching the file-system for builds
0354c88 is described below
commit 0354c889d155a0a1421772e4d484c609fb4cd43b
Author: Daniel Sun <[email protected]>
AuthorDate: Mon Jul 6 08:23:03 2020 +0800
Enable watching the file-system for builds
(cherry picked from commit 57daabe0c4c31607abffeac4de5b167436ca27a7)
---
gradle.properties | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gradle.properties b/gradle.properties
index 0cb27a1..3ab42bf 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -42,3 +42,6 @@ org.gradle.parallel=true
# prefer jars over class folders on the compile classpath
org.gradle.java.compile-classpath-packaging=true
+
+# enables watching the file-system
+org.gradle.unsafe.watch-fs=true