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:40 UTC

[groovy] branch master updated (08fd7e512d -> 10fe3f5690)

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

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


    from 08fd7e512d Bump build-info-extractor-gradle from 4.29.1 to 4.29.2
     new a0e6549810 Ignore Vscode & Fleet folders
     new 10fe3f5690 Remove Gradle's filesystem watching flag as it was enabled by default

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore        | 3 +++
 gradle.properties | 3 ---
 2 files changed, 3 insertions(+), 3 deletions(-)


[groovy] 01/02: Ignore Vscode & Fleet folders

Posted by pa...@apache.org.
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 a0e65498106c63f29a1fa3e45bbd52f332d5e6e3
Author: Goooler <wa...@gmail.com>
AuthorDate: Wed Oct 19 10:24:55 2022 +0800

    Ignore Vscode & Fleet folders
---
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
index 3516d1ee8d..ef4ddff8c2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,6 +15,9 @@ out/
 *.iws
 .shelf
 
+.fleet
+
+.vscode
 .settings/
 .classpath
 .project


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

Posted by pa...@apache.org.
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