Build: Fix test runtime for incremental compilation tests
This commit is contained in:
@@ -24,6 +24,8 @@ 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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user