Include META-INF/extensions/compiler.xml into IDEA plugin

This fixes tests and IDEA run configurations broken in 95f9884799
This commit is contained in:
Alexander Udalov
2018-01-19 15:13:40 +01:00
parent 577c6cde82
commit 4b2d281bba
+3
View File
@@ -92,6 +92,9 @@ dependencies {
val jar = runtimeJar(task<ShadowJar>("shadowJar")) {
from(files("$rootDir/resources/kotlinManifest.properties"))
from(files("$rootDir/compiler/cli/src")) {
include("META-INF/extensions/compiler.xml")
}
from(packedJars)
for (p in projectsToShadow) {
dependsOn("$p:classes")