Skip to content

Commit

Permalink
exclude cubik files from jar
Browse files Browse the repository at this point in the history
  • Loading branch information
PssbleTrngle committed Aug 13, 2023
1 parent b1e2951 commit 7899e4c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ subprojects {
}
}

tasks.withType<Jar> {
exclude("**/*.cubik")
}

publishing {
repositories {
maven {
Expand Down

0 comments on commit 7899e4c

Please sign in to comment.