More NoClassDefFoundError fixes in tests after 192 update
This commit is contained in:
@@ -16,8 +16,11 @@ dependencies {
|
|||||||
testRuntimeOnly(intellijDep()) {
|
testRuntimeOnly(intellijDep()) {
|
||||||
includeJars("guava", rootProject = rootProject)
|
includeJars("guava", rootProject = rootProject)
|
||||||
}
|
}
|
||||||
|
|
||||||
testRuntimeOnly(project(":kotlin-compiler"))
|
testRuntimeOnly(project(":kotlin-compiler"))
|
||||||
|
Platform[192].orHigher {
|
||||||
|
testRuntimeOnly(intellijDep()) { includeJars("platform-concurrency") }
|
||||||
|
}
|
||||||
|
|
||||||
testCompile(project(":compiler:backend"))
|
testCompile(project(":compiler:backend"))
|
||||||
testCompile(project(":compiler:cli"))
|
testCompile(project(":compiler:cli"))
|
||||||
|
|||||||
@@ -19,6 +19,11 @@ dependencies {
|
|||||||
includeJars("guava", rootProject = rootProject)
|
includeJars("guava", rootProject = rootProject)
|
||||||
}
|
}
|
||||||
testRuntimeOnly(project(":kotlin-compiler"))
|
testRuntimeOnly(project(":kotlin-compiler"))
|
||||||
|
|
||||||
|
Platform[192].orHigher {
|
||||||
|
testRuntimeOnly(intellijDep()) { includeJars("platform-concurrency") }
|
||||||
|
}
|
||||||
|
|
||||||
testCompile(project(":compiler:backend"))
|
testCompile(project(":compiler:backend"))
|
||||||
testCompile(project(":compiler:cli"))
|
testCompile(project(":compiler:cli"))
|
||||||
testCompile(projectTests(":compiler:tests-common"))
|
testCompile(projectTests(":compiler:tests-common"))
|
||||||
|
|||||||
Reference in New Issue
Block a user