Update to 26.2

This commit is contained in:
Len
2026-07-27 02:14:13 -05:00
parent e600cc7331
commit 9143642761
5 changed files with 13 additions and 10 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
plugins {
`java-library`
id("io.github.goooler.shadow") version "8.1.8"
id("com.gradleup.shadow") version "9.6.1"
id("com.github.ben-manes.versions") version "0.52.0"
}
@@ -15,7 +15,7 @@ subprojects {
java {
toolchain {
languageVersion.set(JavaLanguageVersion.of(21))
languageVersion.set(JavaLanguageVersion.of(25))
}
}