Fix jar-dependent test in scripting-ide-services
This commit is contained in:
committed by
Ilya Muradyan
parent
d51bb2c053
commit
e88bef4275
@@ -22,7 +22,7 @@ dependencies {
|
||||
testCompile(project(":kotlin-scripting-compiler"))
|
||||
testCompile(project(":kotlin-scripting-dependencies"))
|
||||
testCompile(project(":kotlin-main-kts"))
|
||||
testCompile(project(":compiler:cli-common"))
|
||||
testCompile(project(":compiler:cli"))
|
||||
|
||||
testRuntimeOnly(project(":kotlin-compiler"))
|
||||
testRuntimeOnly(commonDep("org.jetbrains.intellij.deps", "trove4j"))
|
||||
@@ -43,7 +43,7 @@ tasks.withType<org.jetbrains.kotlin.gradle.dsl.KotlinCompile<*>> {
|
||||
}
|
||||
|
||||
projectTest(parallel = true) {
|
||||
dependsOn(":dist")
|
||||
dependsOn(":kotlin-compiler:distKotlinc")
|
||||
workingDir = rootDir
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user