diff --git a/compiler/cli/cli-common/build.gradle.kts b/compiler/cli/cli-common/build.gradle.kts index 128c56b6a1f..5d800dd82e3 100644 --- a/compiler/cli/cli-common/build.gradle.kts +++ b/compiler/cli/cli-common/build.gradle.kts @@ -18,3 +18,8 @@ sourceSets { "main" { projectDefault() } "test" {} } + +tasks.getByName("jar") { + //excludes unused bunch files + exclude("META-INF/extensions/*.xml.**") +} \ No newline at end of file diff --git a/compiler/cli/cli-common/resources/META-INF/extensions/compiler.xml.as42 b/compiler/cli/cli-common/resources/META-INF/extensions/compiler.xml.as42 deleted file mode 100644 index 9beed2476e6..00000000000 --- a/compiler/cli/cli-common/resources/META-INF/extensions/compiler.xml.as42 +++ /dev/null @@ -1,68 +0,0 @@ - - org.jetbrains.kotlin - 1.2 - - - - - - - - - - - - - - - - - - - - - - - - - - -