You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by su...@apache.org on 2020/07/06 00:23:43 UTC

[groovy] branch master updated: Enable watching the file-system for builds

This is an automated email from the ASF dual-hosted git repository.

sunlan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git


The following commit(s) were added to refs/heads/master by this push:
     new 57daabe  Enable watching the file-system for builds
57daabe is described below

commit 57daabe0c4c31607abffeac4de5b167436ca27a7
Author: Daniel Sun <su...@apache.org>
AuthorDate: Mon Jul 6 08:23:03 2020 +0800

    Enable watching the file-system for builds
---
 gradle.properties | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gradle.properties b/gradle.properties
index 872462c..131afcc 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