Better fix for compiler plugin test initialization
The previous one didn't work in 191. Also revert changes in tests-common module.
This commit is contained in:
@@ -67,7 +67,6 @@ 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,14 +13,12 @@ dependencies {
|
|||||||
|
|
||||||
runtime(kotlinStdlib())
|
runtime(kotlinStdlib())
|
||||||
|
|
||||||
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"))
|
||||||
testCompile(commonDep("junit:junit"))
|
testCompile(commonDep("junit:junit"))
|
||||||
|
|
||||||
|
testRuntimeOnly(intellijCoreDep()) { includeJars("intellij-core") }
|
||||||
}
|
}
|
||||||
|
|
||||||
sourceSets {
|
sourceSets {
|
||||||
|
|||||||
@@ -20,6 +20,8 @@ dependencies {
|
|||||||
testCompile(project(":compiler:cli"))
|
testCompile(project(":compiler:cli"))
|
||||||
testCompile(projectTests(":compiler:tests-common"))
|
testCompile(projectTests(":compiler:tests-common"))
|
||||||
testCompile(commonDep("junit:junit"))
|
testCompile(commonDep("junit:junit"))
|
||||||
|
|
||||||
|
testRuntimeOnly(intellijCoreDep()) { includeJars("intellij-core") }
|
||||||
}
|
}
|
||||||
|
|
||||||
sourceSets {
|
sourceSets {
|
||||||
|
|||||||
Reference in New Issue
Block a user