aboutsummaryrefslogtreecommitdiffhomepage
path: root/gradle.properties
diff options
context:
space:
mode:
authorKyle Wood <[email protected]>2021-06-15 11:46:55 -0500
committerKyle Wood <[email protected]>2021-06-15 11:46:55 -0500
commit11ecc7aba5ea0d52348600e2852f993ecc86097a (patch)
tree580998ed048d4f304ff0cc991165585aeea876cc /gradle.properties
parent626ce2b5d36bded25a2e3992bf24241d4fc482de (diff)
downloadPaper-11ecc7aba5ea0d52348600e2852f993ecc86097a.tar.gz
Paper-11ecc7aba5ea0d52348600e2852f993ecc86097a.zip
Disable Gradle file system watching by default
It's unclear if this will help anything but we are getting a lot of issues with the daemon holdong on to files between builds and causing issues.
Diffstat (limited to 'gradle.properties')
-rw-r--r--gradle.properties1
1 files changed, 1 insertions, 0 deletions
diff --git a/gradle.properties b/gradle.properties
index 947f7fcfef..623b006fac 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -5,3 +5,4 @@ mcVersion = 1.17
packageVersion = 1_17_R1
org.gradle.parallel=true
+org.gradle.vfs.watch=false