Paper/gradle.properties
Kyle Wood 9abef9c805
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.
2021-06-15 11:46:55 -05:00

9 lines
150 B
INI

group = io.papermc.paper
version = 1.17-R0.1-SNAPSHOT
mcVersion = 1.17
packageVersion = 1_17_R1
org.gradle.parallel=true
org.gradle.vfs.watch=false