This commit is contained in:
Scott Lewis 2025-02-05 16:55:45 -08:00
parent 38067bb725
commit 02e58f0010
9 changed files with 172 additions and 44 deletions

View file

@ -8,7 +8,7 @@ java {
targetCompatibility = JavaVersion.VERSION_21
toolchain {
languageVersion.set(JavaLanguageVersion.of(21))
languageVersion.set(JavaLanguageVersion.of(22))
}
}