We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcdb8b0 commit b9e9291Copy full SHA for b9e9291
dataframe-compiler-plugin-core/build.gradle.kts
@@ -65,6 +65,7 @@ tasks.withType<ShadowJar> {
65
exclude("**.html")
66
exclude("**.js")
67
exclude("**.css")
68
+ exclude("META-INF/kotlin-jupyter-libraries/**")
69
}
70
71
kotlinPublications {
0 commit comments