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

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

View File

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