Move the compiler.xml back to IDEA (this fixes almost all IDE tests when running on JPS)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user