Include META-INF/extensions/compiler.xml into IDEA plugin
This fixes tests and IDEA run configurations broken in 95f9884799
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user