Restore jvmTarget 1.6 for scripting libraries that could be used externally

#KT-29319 fixed
This commit is contained in:
Ilya Chernikov
2019-03-12 12:38:26 +01:00
parent 1e3277d0e6
commit 18198987a3
2 changed files with 4 additions and 0 deletions
@@ -4,6 +4,8 @@ plugins {
id("jps-compatible")
}
jvmTarget = "1.6"
dependencies {
compile(project(":kotlin-script-runtime"))
compile(kotlinStdlib())
@@ -4,6 +4,8 @@ plugins {
id("jps-compatible")
}
jvmTarget = "1.6"
dependencies {
compile(project(":kotlin-script-runtime"))
compile(kotlinStdlib())