Merge pull request #543 from everbuild-org/feat/minestom-ver-1.21.11

Minestom 1.21.11 Support
This commit is contained in:
Zoë Gidiere
2025-12-19 03:09:07 +00:00
committed by GitHub
9 changed files with 18 additions and 18 deletions
+4
View File
@@ -9,3 +9,7 @@ dependencies {
tasks.named("jar") {
finalizedBy("installAddonsIntoDefaultJar")
}
tasks.withType<JavaCompile>().configureEach {
options.release = 25
}
@@ -20,6 +20,10 @@ tasks.withType<Jar> {
}
}
tasks.withType<JavaCompile>().configureEach {
options.release = 25
}
application {
mainClass.set(javaMainClass)
}