Fix running tests in compiler plugins
This commit is contained in:
@@ -67,6 +67,7 @@ dependencies {
|
|||||||
|
|
||||||
Platform[192].orHigher {
|
Platform[192].orHigher {
|
||||||
testCompile(intellijDep()) { includeJars("platform-util-ui", "platform-concurrency", "platform-objectSerializer") }
|
testCompile(intellijDep()) { includeJars("platform-util-ui", "platform-concurrency", "platform-objectSerializer") }
|
||||||
|
testCompile(intellijDep("java"))
|
||||||
}
|
}
|
||||||
|
|
||||||
Platform[193].orHigher {
|
Platform[193].orHigher {
|
||||||
|
|||||||
@@ -13,11 +13,6 @@ dependencies {
|
|||||||
|
|
||||||
runtime(kotlinStdlib())
|
runtime(kotlinStdlib())
|
||||||
|
|
||||||
testRuntimeOnly(intellijDep()) {
|
|
||||||
includeJars("guava", rootProject = rootProject)
|
|
||||||
}
|
|
||||||
|
|
||||||
testRuntimeOnly(project(":kotlin-compiler"))
|
|
||||||
Platform[192].orHigher {
|
Platform[192].orHigher {
|
||||||
testRuntimeOnly(intellijDep()) { includeJars("platform-concurrency") }
|
testRuntimeOnly(intellijDep()) { includeJars("platform-concurrency") }
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -15,15 +15,7 @@ dependencies {
|
|||||||
compileOnly(intellijCoreDep()) { includeJars("intellij-core") }
|
compileOnly(intellijCoreDep()) { includeJars("intellij-core") }
|
||||||
compileOnly(intellijDep()) { includeJars("asm-all", rootProject = rootProject) }
|
compileOnly(intellijDep()) { includeJars("asm-all", rootProject = rootProject) }
|
||||||
runtime(kotlinStdlib())
|
runtime(kotlinStdlib())
|
||||||
testRuntimeOnly(intellijDep()) {
|
|
||||||
includeJars("guava", rootProject = rootProject)
|
|
||||||
}
|
|
||||||
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