Build: Fix intellij dependency leak from ir tree module
Original commit: 5a39c637c2
This commit is contained in:
@@ -37,16 +37,14 @@ dependencies {
|
|||||||
Ide.IJ {
|
Ide.IJ {
|
||||||
testCompile(intellijDep("devkit"))
|
testCompile(intellijDep("devkit"))
|
||||||
}
|
}
|
||||||
if (Platform[181].orHigher()) {
|
|
||||||
testCompileOnly(intellijDep()) { includeJars("openapi", "idea", "platform-api", "log4j") }
|
testCompile(intellijDep())
|
||||||
} else {
|
|
||||||
testCompileOnly(intellijDep()) { includeJars("openapi", "idea", "log4j") }
|
|
||||||
}
|
|
||||||
testCompile(jpsBuildTest())
|
testCompile(jpsBuildTest())
|
||||||
compilerModules.forEach {
|
compilerModules.forEach {
|
||||||
testRuntime(project(it))
|
testRuntime(project(it))
|
||||||
}
|
}
|
||||||
testRuntime(intellijDep())
|
|
||||||
testRuntime(project(":kotlin-reflect"))
|
testRuntime(project(":kotlin-reflect"))
|
||||||
testRuntime(project(":kotlin-script-runtime"))
|
testRuntime(project(":kotlin-script-runtime"))
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user