Move the compiler.xml back to IDEA (this fixes almost all IDE tests when running on JPS)

This commit is contained in:
Yan Zhulanow
2018-02-14 23:55:16 +03:00
parent 34d1611ed4
commit 8dad2d30f5
4 changed files with 6 additions and 6 deletions
+5
View File
@@ -94,6 +94,11 @@ sourceSets {
}
}
val jar: Jar by tasks
jar.from("../idea/src") {
include("META-INF/extensions/compiler.xml")
}
projectTest {
dependsOn(*testDistProjects.map { "$it:dist" }.toTypedArray())
workingDir = rootDir