Skip to content

Commit

Permalink
Revert "Remove empty directory from jar"
Browse files Browse the repository at this point in the history
  • Loading branch information
dlsf committed Sep 4, 2024
1 parent 725842c commit 83f78c2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,7 @@ tasks {
relocate("org.apache.commons")

// Remove unnecessary files from the jar
minimize {
exclude("org")
}
minimize()
}

// Set UTF-8 as the encoding
Expand Down

0 comments on commit 83f78c2

Please sign in to comment.