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 {
|
plugins {
|
||||||
kotlin("jvm")
|
kotlin("jvm")
|
||||||
|
id("jps-compatible")
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
testCompile(project(":kotlin-main-kts"))
|
testCompile(project(":kotlin-main-kts"))
|
||||||
testCompile(project(":kotlin-scripting-jvm-host"))
|
testCompile(project(":kotlin-scripting-jvm-host"))
|
||||||
testCompile(commonDep("junit"))
|
testCompile(commonDep("junit"))
|
||||||
testRuntime("org.apache.ivy:ivy:2.4.0")
|
compileOnly("org.apache.ivy:ivy:2.4.0") // for jps/pill
|
||||||
}
|
}
|
||||||
|
|
||||||
sourceSets {
|
sourceSets {
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ description = "Kotlin \"main\" script definition"
|
|||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
kotlin("jvm")
|
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)
|
// 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