mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-26 19:07:40 +01:00
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
626ce2b5d3
commit
11ecc7aba5
@ -5,3 +5,4 @@ mcVersion = 1.17
|
||||
packageVersion = 1_17_R1
|
||||
|
||||
org.gradle.parallel=true
|
||||
org.gradle.vfs.watch=false
|
||||
|
Loading…
Reference in New Issue
Block a user