Extract versions and remove unnecessary '.jar' extensions

This commit is contained in:
Vyacheslav Gerasimov
2018-01-24 22:43:28 +03:00
parent 3e34b95610
commit 89a07ded1c
22 changed files with 54 additions and 29 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ dependencies {
compile(project(":compiler:util"))
compile(project(":compiler:frontend"))
compileOnly(intellijCoreDep()) { includeJars("intellij-core") }
compileOnly(intellijDep()) { includeJars("annotations", "asm-all", "trove4j", "guava-21.0") }
compileOnly(intellijDep()) { includeJars("annotations", "asm-all", "trove4j", "guava", rootProject = rootProject) }
}
sourceSets {