Skip to content

Commit b9e9291

Browse files
committed
Exclude libraries.json from compiler-plugin-core
1 parent dcdb8b0 commit b9e9291

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dataframe-compiler-plugin-core/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ tasks.withType<ShadowJar> {
6565
exclude("**.html")
6666
exclude("**.js")
6767
exclude("**.css")
68+
exclude("META-INF/kotlin-jupyter-libraries/**")
6869
}
6970

7071
kotlinPublications {

0 commit comments

Comments
 (0)