Update build.gradle.kts

This commit is contained in:
Viktoriya Hristova 2025-07-04 09:40:25 +01:00 committed by GitHub
parent ab5086336f
commit 12ff814740
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@ repositories {
java { java {
toolchain { toolchain {
languageVersion = JavaLanguageVersion.of(8) languageVersion = JavaLanguageVersion.of(21)
} }
} }