diff --git a/buildSrc/src/main/kotlin/artifacts.kt b/buildSrc/src/main/kotlin/artifacts.kt index 17319dfbb8b..ca91bda235e 100644 --- a/buildSrc/src/main/kotlin/artifacts.kt +++ b/buildSrc/src/main/kotlin/artifacts.kt @@ -225,7 +225,7 @@ fun Project.publishTestJarsForIde(projectNames: List) { idePluginDependency { // Compiler test infrastructure should not affect test running in IDE. // If required, the components should be registered on the IDE plugin side. - val excludedPaths = listOf("junit-platform.properties", "META-INF/services") + val excludedPaths = listOf("junit-platform.properties", "META-INF/services/**/*") publishTestJar(projectNames, excludedPaths) } configurations.all {