aboutsummaryrefslogtreecommitdiffhomepage
path: root/gradle.properties
blob: 8989546485cce993a7f17d8ff5a2f061014baf14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
group=io.papermc.paper
version=1.21.4-R0.1-SNAPSHOT
mcVersion=1.21.4

# Set to true while updating Minecraft version
updatingMinecraft=false
#cleanPaperRepo=F:\\Projects\\Paper121\\Paper-Server\\src\\main\\java
updateTaskListIssue=https://github.com/PaperMC/testing/issues/2

org.gradle.configuration-cache=true
org.gradle.caching=true
org.gradle.parallel=true
org.gradle.vfs.watch=false