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
commit9abef9c8054eea50f8fcaa5a291bba4b5d0b1e31 (patch)
treed4fc65eee59fc1b14322ba31883b37ead36d1fbc /gradle.properties
parent7480cf008a8e36141e5ea26c1b3e864fb3f50219 (diff)
downloadPaper-9abef9c8054eea50f8fcaa5a291bba4b5d0b1e31.tar.gz
Paper-9abef9c8054eea50f8fcaa5a291bba4b5d0b1e31.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