[minor] fix scripting test dependencies
This commit is contained in:
@@ -35,7 +35,7 @@ dependencies {
|
|||||||
testCompile(commonDep("junit:junit"))
|
testCompile(commonDep("junit:junit"))
|
||||||
|
|
||||||
testImplementation(intellijCoreDep()) { includeJars("intellij-core") }
|
testImplementation(intellijCoreDep()) { includeJars("intellij-core") }
|
||||||
testRuntimeOnly(intellijDep()) { includeJars("jps-model") }
|
testRuntimeOnly(intellijDep()) { includeJars("jps-model", "jna") }
|
||||||
}
|
}
|
||||||
|
|
||||||
sourceSets {
|
sourceSets {
|
||||||
|
|||||||
@@ -34,6 +34,7 @@ dependencies {
|
|||||||
embeddableTestRuntime(project(":kotlin-scripting-dependencies", configuration="runtimeElements"))
|
embeddableTestRuntime(project(":kotlin-scripting-dependencies", configuration="runtimeElements"))
|
||||||
// For tests with IvyResolver
|
// For tests with IvyResolver
|
||||||
embeddableTestRuntime(project(":kotlin-main-kts"))
|
embeddableTestRuntime(project(":kotlin-main-kts"))
|
||||||
|
embeddableTestRuntime(kotlinStdlib("jdk8"))
|
||||||
embeddableTestRuntime(testSourceSet.output)
|
embeddableTestRuntime(testSourceSet.output)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user