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
@@ -97,11 +97,6 @@ dependencies {
testRuntime(intellijPluginDep("testng"))
}
val processResources: Copy by tasks
processResources.from("../compiler/cli/src") {
include("META-INF/extensions/compiler.xml")
}
sourceSets {
"main" {
projectDefault()