Build: Move compiler.xml extensions to cli-common

This commit is contained in:
Vyacheslav Gerasimov
2019-06-25 14:36:46 +03:00
parent e49cd527bc
commit fc68bb46dc
4 changed files with 59 additions and 6 deletions
-5
View File
@@ -94,11 +94,6 @@ sourceSets {
}
}
val jar: Jar by tasks
jar.from("../idea/resources") {
include("META-INF/extensions/compiler.xml")
}
projectTest(parallel = true) {
dependsOn(":dist")
workingDir = rootDir