build: указание версии Java
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user