Fixed compilation versions for plugin and JVM target
This commit is contained in:
parent
1728ba7585
commit
8bf94544b0
@ -19,7 +19,7 @@ repositories {
|
|||||||
val kotlinVersion = "1.3.60"
|
val kotlinVersion = "1.3.60"
|
||||||
|
|
||||||
java {
|
java {
|
||||||
targetCompatibility = JavaVersion.VERSION_11
|
targetCompatibility = JavaVersion.VERSION_1_8
|
||||||
}
|
}
|
||||||
|
|
||||||
// Add plugins used in buildSrc as dependencies, also we should specify version only here
|
// Add plugins used in buildSrc as dependencies, also we should specify version only here
|
||||||
|
Loading…
Reference in New Issue
Block a user