Skip to content

Commit

Permalink
chore: remove datagen cache from release jar
Browse files Browse the repository at this point in the history
Closes #212
  • Loading branch information
klikli-dev committed Aug 3, 2024
1 parent a3caa43 commit 780d1be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@ jar {
}
}

jar { exclude ".cache" }

publishing {
publications {
mavenJava(MavenPublication) {
Expand Down

0 comments on commit 780d1be

Please sign in to comment.