bumped Gradle version
Some checks failed
CI / build (push) Failing after 53s

This commit is contained in:
2024-12-15 20:30:20 +08:00
parent dbf99afe2f
commit a5b7e3a3de
7 changed files with 19 additions and 12 deletions

View File

@@ -16,7 +16,7 @@ allprojects {
java {
toolchain {
languageVersion = JavaLanguageVersion.of(17)
languageVersion = JavaLanguageVersion.of(21)
}
}