Make all intellij-core dependencies non-transitive

This commit is contained in:
Yan Zhulanow
2018-09-12 17:23:53 +03:00
parent 39f5418c01
commit b38e9b6b05
9 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ dependencies {
testCompile(project(":kotlin-test:kotlin-test-jvm"))
testCompile(project(":kotlin-test:kotlin-test-junit"))
testCompile(commonDep("junit:junit"))
testCompile(intellijCoreDep()) { includeJars("intellij-core") }
testCompileOnly(intellijCoreDep()) { includeJars("intellij-core") }
testRuntime(intellijDep()) { includeJars("trove4j") }
}