JPS Build: fix kotlin-main-kts-test
This commit is contained in:
@@ -10,10 +10,13 @@ dependencies {
|
|||||||
testCompile(project(":kotlin-scripting-jvm-host-embeddable"))
|
testCompile(project(":kotlin-scripting-jvm-host-embeddable"))
|
||||||
testCompile(commonDep("junit"))
|
testCompile(commonDep("junit"))
|
||||||
compileOnly("org.apache.ivy:ivy:2.4.0") // for jps/pill
|
compileOnly("org.apache.ivy:ivy:2.4.0") // for jps/pill
|
||||||
|
|
||||||
|
if (kotlinBuildProperties.isInJpsBuildIdeaSync) {
|
||||||
|
testCompile(project(":kotlin-scripting-jvm-host"))
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
sourceSets {
|
sourceSets {
|
||||||
"main" { }
|
"main" { }
|
||||||
"test" { projectDefault() }
|
"test" { projectDefault() }
|
||||||
}
|
}
|
||||||
|
|
||||||
Reference in New Issue
Block a user