Make all dependencies to idea sdk intransitive
This commit is contained in:
committed by
Vyacheslav Gerasimov
parent
e76cd802d8
commit
a4f28cd94f
@@ -24,7 +24,7 @@ dependencies {
|
||||
|
||||
afterEvaluate {
|
||||
dependencies {
|
||||
compileOnly(intellij { include("util.jar") })
|
||||
compileOnly(intellij { include("annotations.jar", "asm-all.jar", "trove4j.jar", "util.jar") })
|
||||
testCompileOnly(intellij { include("openapi.jar") })
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user