change java version
All checks were successful
build-and-deploy / build-deploy (push) Successful in 1m2s

This commit is contained in:
androidlover5842
2026-01-26 19:25:23 +05:30
parent 3a5726203c
commit 14f739a54f
2 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ description = "TrisolarisServer"
java {
toolchain {
languageVersion = JavaLanguageVersion.of(19)
languageVersion = JavaLanguageVersion.of(21)
}
}