Skip to content

Commit

Permalink
Remove signature when building a fat jar
Browse files Browse the repository at this point in the history
  • Loading branch information
robbi5 committed Oct 22, 2024
1 parent 6702fbb commit eaeac52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jar {
from {
configurations.runtimeClasspath.collect { it.isDirectory() ? it : zipTree(it) }
}
exclude 'META-INF/*.RSA', 'META-INF/*.SF', 'META-INF/*.DSA'
}
java {
sourceCompatibility = JavaVersion.VERSION_11
Expand Down

0 comments on commit eaeac52

Please sign in to comment.