Update Java toolchain to 25, adjust dependencies, and add new booster type "SPEARS"
This commit is contained in:
@@ -11,6 +11,12 @@ allprojects {
|
||||
|
||||
apply<JavaLibraryPlugin>()
|
||||
apply(plugin = "maven-publish")
|
||||
|
||||
java {
|
||||
toolchain {
|
||||
languageVersion.set(JavaLanguageVersion.of(25))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
subprojects {
|
||||
|
||||
Reference in New Issue
Block a user