Restore scripting-ide-services testing, fix coroutines dependency
This commit is contained in:
committed by
TeamCityServer
parent
173813f7cf
commit
df9a3c0300
@@ -730,6 +730,8 @@ tasks {
|
|||||||
dependsOn(":kotlin-scripting-jsr223-test:embeddableTest")
|
dependsOn(":kotlin-scripting-jsr223-test:embeddableTest")
|
||||||
dependsOn(":kotlin-main-kts-test:test")
|
dependsOn(":kotlin-main-kts-test:test")
|
||||||
dependsOn(":kotlin-main-kts-test:testWithIr")
|
dependsOn(":kotlin-main-kts-test:testWithIr")
|
||||||
|
dependsOn(":kotlin-scripting-ide-services-test:test")
|
||||||
|
dependsOn(":kotlin-scripting-ide-services-test:embeddableTest")
|
||||||
dependsOn(":kotlin-scripting-js-test:test")
|
dependsOn(":kotlin-scripting-js-test:test")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -24,6 +24,8 @@ dependencies {
|
|||||||
testCompile(project(":kotlin-scripting-dependencies-maven"))
|
testCompile(project(":kotlin-scripting-dependencies-maven"))
|
||||||
testCompile(project(":compiler:cli"))
|
testCompile(project(":compiler:cli"))
|
||||||
|
|
||||||
|
testImplementation(commonDep("org.jetbrains.kotlinx", "kotlinx-coroutines-core"))
|
||||||
|
testImplementation(commonDep("org.jetbrains.kotlinx", "kotlinx-coroutines-core-jvm"))
|
||||||
testRuntimeOnly(project(":kotlin-compiler"))
|
testRuntimeOnly(project(":kotlin-compiler"))
|
||||||
testRuntimeOnly(commonDep("org.jetbrains.intellij.deps", "trove4j"))
|
testRuntimeOnly(commonDep("org.jetbrains.intellij.deps", "trove4j"))
|
||||||
testRuntimeOnly(project(":kotlin-scripting-ide-common")) { isTransitive = false }
|
testRuntimeOnly(project(":kotlin-scripting-ide-common")) { isTransitive = false }
|
||||||
@@ -34,6 +36,8 @@ dependencies {
|
|||||||
embeddableTestRuntime(project(":kotlin-scripting-dependencies-maven-all"))
|
embeddableTestRuntime(project(":kotlin-scripting-dependencies-maven-all"))
|
||||||
embeddableTestRuntime(kotlinStdlib("jdk8"))
|
embeddableTestRuntime(kotlinStdlib("jdk8"))
|
||||||
embeddableTestRuntime(testSourceSet.output)
|
embeddableTestRuntime(testSourceSet.output)
|
||||||
|
embeddableTestRuntime(commonDep("org.jetbrains.kotlinx", "kotlinx-coroutines-core"))
|
||||||
|
embeddableTestRuntime(commonDep("org.jetbrains.kotlinx", "kotlinx-coroutines-core-jvm"))
|
||||||
}
|
}
|
||||||
|
|
||||||
sourceSets {
|
sourceSets {
|
||||||
|
|||||||
Reference in New Issue
Block a user