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.
This commit is contained in:
Kyle Wood 2021-06-15 11:46:55 -05:00
parent 7480cf008a
commit 9abef9c805
No known key found for this signature in database
GPG Key ID: 86186EDFECC585CB
1 changed files with 1 additions and 0 deletions

View File

@ -5,3 +5,4 @@ mcVersion = 1.17
packageVersion = 1_17_R1
org.gradle.parallel=true
org.gradle.vfs.watch=false