You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2022/10/19 07:50:42 UTC

[groovy] 02/02: Remove Gradle's filesystem watching flag as it was enabled by default

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

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

commit 10fe3f56902e7a44497de00d5ebde4da24474c2f
Author: Goooler <wa...@gmail.com>
AuthorDate: Wed Oct 19 10:25:45 2022 +0800

    Remove Gradle's filesystem watching flag as it was enabled by default
    
    https://docs.gradle.org/7.0.1/release-notes.html#file-system-watching
---
 gradle.properties | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gradle.properties b/gradle.properties
index 6e31193bbe..ebbe0452d2 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -47,8 +47,5 @@ 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.vfs.watch=true
-
 # make dependency-verification lenient
 org.gradle.dependency.verification=lenient