191: asm-all has 7.0-beta version in Intellij 191

Pass project to fetch extra parameters for asm-all work
This commit is contained in:
Nikolay Krasko
2018-10-17 13:14:26 +03:00
parent e86b1f2761
commit 17421ed14d
22 changed files with 757 additions and 142 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ plugins {
jvmTarget = "1.6"
dependencies {
compileOnly(intellijDep()) { includeJars("asm-all") }
compileOnly(intellijDep()) { includeJars("asm-all", rootProject = rootProject) }
}
sourceSets {