aboutsummaryrefslogtreecommitdiffhomepage
path: root/gradle.properties
blob: f39859fbab5bd7b61395b41d096e4c5dd7ea5bd1 (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
updateTaskListIssue=https://github.com/PaperMC/Paper/issues/11736

# todo - bundler/paperclip tasks not compatible yet when using libraries
org.gradle.configuration-cache=false
org.gradle.caching=true
org.gradle.parallel=true
org.gradle.vfs.watch=false