Downgrade to java 21

This commit is contained in:
Melledy
2025-10-31 03:25:03 -07:00
parent c18bafae85
commit 7da918bcac
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ compileTestJava.options.encoding = "UTF-8"
java {
toolchain {
languageVersion = JavaLanguageVersion.of(25)
languageVersion = JavaLanguageVersion.of(21)
}
}