jps: support dev kit module types (and all other ModuleBasedBuildTargetType)
#KT-24500 fixed
Original commit: ec5110e1f4
This commit is contained in:
@@ -27,6 +27,7 @@ dependencies {
|
||||
testCompile(projectTests(":kotlin-build-common"))
|
||||
testCompileOnly(intellijDep("jps-standalone")) { includeJars("jps-builders", "jps-builders-6") }
|
||||
testCompileOnly(intellijDep()) { includeJars("openapi", "idea", "platform-api", "log4j") }
|
||||
testCompile(intellijDep("devkit"))
|
||||
testCompile(intellijDep("jps-build-test"))
|
||||
compilerModules.forEach {
|
||||
testRuntime(project(it))
|
||||
|
||||
Reference in New Issue
Block a user