Build: compiler tests-common test runtime
This commit is contained in:
@@ -24,8 +24,6 @@ dependencies {
|
|||||||
testCompile(projectTests(":compiler:tests-common"))
|
testCompile(projectTests(":compiler:tests-common"))
|
||||||
testCompile(intellijCoreDep()) { includeJars("intellij-core") }
|
testCompile(intellijCoreDep()) { includeJars("intellij-core") }
|
||||||
testCompile(intellijDep()) { includeJars("log4j", "jdom") }
|
testCompile(intellijDep()) { includeJars("log4j", "jdom") }
|
||||||
|
|
||||||
testRuntimeOnly(intellijDep()) { includeJars("jps-model") }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
sourceSets {
|
sourceSets {
|
||||||
|
|||||||
@@ -40,7 +40,25 @@ dependencies {
|
|||||||
testCompile(androidDxJar()) { isTransitive = false }
|
testCompile(androidDxJar()) { isTransitive = false }
|
||||||
testCompileOnly(intellijCoreDep()) { includeJars("intellij-core") }
|
testCompileOnly(intellijCoreDep()) { includeJars("intellij-core") }
|
||||||
testCompile(intellijDep()) {
|
testCompile(intellijDep()) {
|
||||||
includeJars("openapi", "extensions", "util", "platform-api", "platform-impl", "idea", "idea_rt", "guava", "trove4j", "picocontainer", "asm-all", "log4j", "jdom", "bootstrap", rootProject = rootProject)
|
includeJars(
|
||||||
|
"openapi",
|
||||||
|
"jps-model",
|
||||||
|
"extensions",
|
||||||
|
"util",
|
||||||
|
"platform-api",
|
||||||
|
"platform-impl",
|
||||||
|
"idea",
|
||||||
|
"idea_rt",
|
||||||
|
"guava",
|
||||||
|
"trove4j",
|
||||||
|
"picocontainer",
|
||||||
|
"asm-all",
|
||||||
|
"log4j",
|
||||||
|
"jdom",
|
||||||
|
"streamex",
|
||||||
|
"bootstrap",
|
||||||
|
rootProject = rootProject
|
||||||
|
)
|
||||||
isTransitive = false
|
isTransitive = false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user