mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-23 16:49:10 +00:00
chore: bump minestom to 1.21.10
This commit is contained in:
@@ -96,6 +96,6 @@ object Versions {
|
|||||||
}
|
}
|
||||||
|
|
||||||
object Minestom {
|
object Minestom {
|
||||||
const val minestom = "2025.10.04-1.21.8"
|
const val minestom = "2025.10.31-1.21.10"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -9,3 +9,7 @@ dependencies {
|
|||||||
tasks.named("jar") {
|
tasks.named("jar") {
|
||||||
finalizedBy("installAddonsIntoDefaultJar")
|
finalizedBy("installAddonsIntoDefaultJar")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tasks.withType<JavaCompile>().configureEach {
|
||||||
|
options.release.set(25)
|
||||||
|
}
|
||||||
@@ -20,6 +20,10 @@ tasks.withType<Jar> {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tasks.withType<JavaCompile>().configureEach {
|
||||||
|
options.release.set(25)
|
||||||
|
}
|
||||||
|
|
||||||
application {
|
application {
|
||||||
mainClass.set(javaMainClass)
|
mainClass.set(javaMainClass)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user