chore: bump minestom to 1.21.10

This commit is contained in:
Christian Bergschneider
2025-12-11 03:01:29 +01:00
parent d3429626b5
commit 04554b886a
3 changed files with 9 additions and 1 deletions
+4
View File
@@ -9,3 +9,7 @@ dependencies {
tasks.named("jar") {
finalizedBy("installAddonsIntoDefaultJar")
}
tasks.withType<JavaCompile>().configureEach {
options.release.set(25)
}