Skip to content

Commit

Permalink
exclude groovy from shadow jar minimization
Browse files Browse the repository at this point in the history
  • Loading branch information
Querz committed Jul 30, 2022
1 parent ddf80e2 commit a04e863
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ jar {
shadowJar {
minimize {
exclude(dependency('org.apache.logging.log4j:log4j-core:.*'))
exclude(dependency('org.codehaus.groovy:groovy-jsr223:.*'))
}
dependencies {
exclude(dependency(':javafx.*:.*'))
Expand Down

0 comments on commit a04e863

Please sign in to comment.