Build: compiler tests-common test runtime

This commit is contained in:
Vyacheslav Gerasimov
2019-06-17 16:05:34 +03:00
parent 1da2bc5dab
commit 54222bd429
2 changed files with 19 additions and 3 deletions
@@ -24,8 +24,6 @@ dependencies {
testCompile(projectTests(":compiler:tests-common"))
testCompile(intellijCoreDep()) { includeJars("intellij-core") }
testCompile(intellijDep()) { includeJars("log4j", "jdom") }
testRuntimeOnly(intellijDep()) { includeJars("jps-model") }
}
sourceSets {