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:
@@ -20,6 +20,8 @@ dependencies {
|
||||
testCompile(project(":compiler:cli"))
|
||||
testCompile(projectTests(":compiler:tests-common"))
|
||||
testCompile(commonDep("junit:junit"))
|
||||
|
||||
testRuntimeOnly(intellijCoreDep()) { includeJars("intellij-core") }
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
|
||||
Reference in New Issue
Block a user