Remove embeddable tests - they are causing conflicts...
between embeddable compiler contents and intellij sdk modules To make it work, the dependencies to the intellij sdk should be eliminated
This commit is contained in:
+2
-1
@@ -535,7 +535,8 @@ tasks {
|
|||||||
dependsOn(":kotlin-scripting-jvm:test")
|
dependsOn(":kotlin-scripting-jvm:test")
|
||||||
dependsOn(":kotlin-scripting-jvm-host-test:test")
|
dependsOn(":kotlin-scripting-jvm-host-test:test")
|
||||||
dependsOn(":kotlin-scripting-jsr223-test:test")
|
dependsOn(":kotlin-scripting-jsr223-test:test")
|
||||||
dependsOn(":kotlin-scripting-jvm-host-test:embeddableTest")
|
// see comments on the task in kotlin-scripting-jvm-host-test
|
||||||
|
// dependsOn(":kotlin-scripting-jvm-host-test:embeddableTest")
|
||||||
dependsOn(":kotlin-scripting-jsr223-test:embeddableTest")
|
dependsOn(":kotlin-scripting-jsr223-test:embeddableTest")
|
||||||
dependsOn(":kotlin-main-kts-test:test")
|
dependsOn(":kotlin-main-kts-test:test")
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -42,8 +42,10 @@ projectTest(parallel = true) {
|
|||||||
workingDir = rootDir
|
workingDir = rootDir
|
||||||
}
|
}
|
||||||
|
|
||||||
projectTest(taskName = "embeddableTest", parallel = true) {
|
// This doesn;t work now due to conflicts between embeddable compiler contents and intellij sdk modules
|
||||||
workingDir = rootDir
|
// To make it work, the dependencies to the intellij sdk should be eliminated
|
||||||
dependsOn(embeddableTestRuntime)
|
//projectTest(taskName = "embeddableTest", parallel = true) {
|
||||||
classpath = embeddableTestRuntime
|
// workingDir = rootDir
|
||||||
}
|
// dependsOn(embeddableTestRuntime)
|
||||||
|
// classpath = embeddableTestRuntime
|
||||||
|
//}
|
||||||
|
|||||||
Reference in New Issue
Block a user