Make all dependencies to idea sdk intransitive
This commit is contained in:
committed by
Vyacheslav Gerasimov
parent
e76cd802d8
commit
a4f28cd94f
@@ -35,7 +35,7 @@ dependencies {
|
||||
afterEvaluate {
|
||||
dependencies {
|
||||
testCompile(intellijCoreJar())
|
||||
testCompile(intellij { include("openapi.jar", "idea.jar", "idea_rt.jar") })
|
||||
testCompile(intellij { include("openapi.jar", "idea.jar", "idea_rt.jar", "guava-*.jar", "trove4j.jar", "picocontainer.jar", "asm-all.jar") })
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user