update gradle version
Some checks are pending
CI / build (push) Waiting to run

This commit is contained in:
2024-12-08 21:57:09 +08:00
parent 9c361d0419
commit 6146868f37
6 changed files with 59 additions and 34 deletions

View File

@@ -7,7 +7,7 @@ subprojects { subproject ->
java {
toolchain {
languageVersion = JavaLanguageVersion.of(17)
languageVersion = JavaLanguageVersion.of(21)
}
}