Remove explicit jar specification from ide modules build scripts

They often change between ide versions and difficult to maintain
This commit is contained in:
Vyacheslav Gerasimov
2018-04-05 15:50:58 +03:00
parent 95684b9ecb
commit 7c02d55b23
19 changed files with 63 additions and 100 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ dependencies {
testCompile(project(":kotlin-test:kotlin-test-jvm"))
testCompileOnly(project(":kotlin-reflect-api"))
testCompile(commonDep("junit:junit"))
testCompileOnly(intellijDep()) { includeJars("openapi", "idea", "log4j") }
testCompileOnly(intellijDep())
}
sourceSets {