Fix pill problem with main-kts-test, reenabling pill for main-kts modules
This commit is contained in:
@@ -3,13 +3,14 @@ description = "Kotlin \"main\" script definition tests"
|
||||
|
||||
plugins {
|
||||
kotlin("jvm")
|
||||
id("jps-compatible")
|
||||
}
|
||||
|
||||
dependencies {
|
||||
testCompile(project(":kotlin-main-kts"))
|
||||
testCompile(project(":kotlin-scripting-jvm-host"))
|
||||
testCompile(commonDep("junit"))
|
||||
testRuntime("org.apache.ivy:ivy:2.4.0")
|
||||
compileOnly("org.apache.ivy:ivy:2.4.0") // for jps/pill
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
|
||||
@@ -6,6 +6,7 @@ description = "Kotlin \"main\" script definition"
|
||||
|
||||
plugins {
|
||||
kotlin("jvm")
|
||||
id("jps-compatible")
|
||||
}
|
||||
|
||||
// You can run Gradle with "-Pkotlin.build.proguard=true" to enable ProGuard run on the jar (on TeamCity, ProGuard always runs)
|
||||
|
||||
Reference in New Issue
Block a user