Build: Remove jps hacks from kotlin-main-kts-test
This commit is contained in:
@@ -6,18 +6,9 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
if (!kotlinBuildProperties.isInJpsBuildIdeaSync) {
|
testCompile(project(":kotlin-main-kts"))
|
||||||
testCompile(projectRuntimeJar(":kotlin-main-kts")) // runtimeJar needed to for proper dependency on the jar with relocations
|
|
||||||
}
|
|
||||||
|
|
||||||
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
|
|
||||||
|
|
||||||
if (kotlinBuildProperties.isInJpsBuildIdeaSync) {
|
|
||||||
testCompile(project(":kotlin-scripting-jvm-host"))
|
|
||||||
testCompile(project(":kotlin-main-kts"))
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
sourceSets {
|
sourceSets {
|
||||||
|
|||||||
Reference in New Issue
Block a user