Pill: Disable a couple of scripting modules

Seems like these modules use the embeddable verson of the scripting host dependency that is not built in the Pill build.
This commit is contained in:
Yan Zhulanow
2019-03-23 00:04:33 +03:00
parent 95f4115a10
commit 0b94aa4be2
2 changed files with 0 additions and 2 deletions
@@ -1,7 +1,6 @@
plugins {
kotlin("jvm")
id("jps-compatible")
}
jvmTarget = "1.6"
@@ -3,7 +3,6 @@ description = "Kotlin \"main\" script definition tests"
plugins {
kotlin("jvm")
id("jps-compatible")
}
dependencies {