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