181: Fix test runtime for 181 platform compiler tests
This commit is contained in:
committed by
Nikolay Krasko
parent
ae338566c2
commit
212d218bc6
@@ -31,7 +31,7 @@ dependencies {
|
|||||||
testCompile(androidDxJar()) { isTransitive = false }
|
testCompile(androidDxJar()) { isTransitive = false }
|
||||||
testCompile(intellijCoreDep()) { includeJars("intellij-core"); isTransitive = false }
|
testCompile(intellijCoreDep()) { includeJars("intellij-core"); isTransitive = false }
|
||||||
testCompile(intellijDep()) {
|
testCompile(intellijDep()) {
|
||||||
includeJars("openapi", "platform-api", "idea", "idea_rt", "guava", "trove4j", "picocontainer", "asm-all", "log4j", "jdom", "annotations", rootProject = rootProject)
|
includeJars("openapi", "platform-api", "platform-impl", "idea", "idea_rt", "guava", "trove4j", "picocontainer", "asm-all", "log4j", "jdom", "bootstrap", "annotations", rootProject = rootProject)
|
||||||
isTransitive = false
|
isTransitive = false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user