diff --git a/dataframe-compiler-plugin-core/build.gradle.kts b/dataframe-compiler-plugin-core/build.gradle.kts index d52bcff0d..148fbb316 100644 --- a/dataframe-compiler-plugin-core/build.gradle.kts +++ b/dataframe-compiler-plugin-core/build.gradle.kts @@ -65,6 +65,7 @@ tasks.withType { exclude("**.html") exclude("**.js") exclude("**.css") + exclude("META-INF/kotlin-jupyter-libraries/**") } kotlinPublications {