build: указание версии Java

This commit is contained in:
2025-08-19 14:38:54 +03:00
parent 71d675faf6
commit f1b569964d

View File

@@ -9,6 +9,11 @@ wrapper {
distributionType = Wrapper.DistributionType.BIN
}
compileJava {
sourceCompatibility = targetCompatibility = JavaVersion.VERSION_1_8
options.encoding = 'UTF-8'
}
group 'ru.di9'
version '1.9.2'