Convert compiler projects to the new intellij deps

This commit is contained in:
Ilya Chernikov
2017-12-08 13:24:45 +01:00
committed by Vyacheslav Gerasimov
parent a418a3ac49
commit 4eb557724c
23 changed files with 49 additions and 232 deletions
+2 -6
View File
@@ -5,12 +5,8 @@ apply { plugin("kotlin") }
jvmTarget = "1.6"
configureIntellijPlugin()
afterEvaluate {
dependencies {
compileOnly(intellij { include("asm-all.jar") })
}
dependencies {
compileOnly(intellijDep()) { includeJars("asm-all") }
}
sourceSets {