updated project, configured gradle

This commit is contained in:
2025-07-12 12:15:26 +02:00
parent 683cf8d80c
commit bf7e52138d
3 changed files with 9 additions and 3 deletions

View File

@ -18,7 +18,7 @@ repositories {
}
dependencies {
compileOnly("io.papermc.paper:paper-api:1.21.4-R0.1-SNAPSHOT")
compileOnly("io.papermc.paper:paper-api:1.21.7-R0.1-SNAPSHOT")
}
def targetJavaVersion = 21
@ -47,3 +47,7 @@ processResources {
expand props
}
}
if (file("local.gradle").exists()) {
apply from: "local.gradle"
}