Update Java toolchain to 25, adjust dependencies, and add new booster type "SPEARS"

This commit is contained in:
2026-08-22 22:23:02 +02:00
parent 8e0a9ffdad
commit 81da9bac32
5 changed files with 11 additions and 4 deletions
+6
View File
@@ -11,6 +11,12 @@ allprojects {
apply<JavaLibraryPlugin>()
apply(plugin = "maven-publish")
java {
toolchain {
languageVersion.set(JavaLanguageVersion.of(25))
}
}
}
subprojects {