This commit is contained in:
2025-12-13 19:34:01 -05:00
parent 84d228eb7c
commit a89b720dc4
2 changed files with 3 additions and 0 deletions

View File

@@ -14,6 +14,9 @@ java {
toolchain { toolchain {
languageVersion = JavaLanguageVersion.of(25) languageVersion = JavaLanguageVersion.of(25)
} }
sourceCompatibility = JavaVersion.toVersion("25")
targetCompatibility = JavaVersion.toVersion("25")
} }
application { application {

0
gradlew vendored Normal file → Executable file
View File