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