build: обновление Java

This commit is contained in:
2025-08-19 14:46:05 +03:00
parent 1cf776be8f
commit 062d093279

View File

@@ -10,7 +10,7 @@ wrapper {
} }
compileJava { compileJava {
sourceCompatibility = targetCompatibility = JavaVersion.VERSION_1_8 sourceCompatibility = targetCompatibility = JavaVersion.VERSION_17
options.encoding = 'UTF-8' options.encoding = 'UTF-8'
} }