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