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:
parent
7480cf008a
commit
9abef9c805
1 changed files with 1 additions and 0 deletions
|
@ -5,3 +5,4 @@ mcVersion = 1.17
|
|||
packageVersion = 1_17_R1
|
||||
|
||||
org.gradle.parallel=true
|
||||
org.gradle.vfs.watch=false
|
||||
|
|
Loading…
Reference in a new issue