Skip to content

Commit

Permalink
Exclude extra stuff from fabric jar
Browse files Browse the repository at this point in the history
  • Loading branch information
AuroraLS3 committed Jul 15, 2022
1 parent 0910b3a commit 42d2d80
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Plan/fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,21 @@ shadowJar {
exclude "org/junit/**/*" // see extensions/build.gradle
exclude "org/opentest4j/**/*" // see extensions/build.gradle
exclude "org/checkerframework/**/*" // Dagger compiler
exclude "com/google/common/**/*"
exclude "com/google/thirdparty/**/*"
// Exclude swagger
exclude "org/yaml/**/*"
exclude "nonapi/**/*"
exclude "io/github/classgraph/**/*"
exclude "io/swagger/**/*"
exclude "com/sun/activation/**/*"
exclude "jakarta/activation/**/*"
exclude "jakarta/validation/**/*"
exclude "jakarta/ws/**/*"
exclude "jakarta/xml/**/*"
exclude "javassist/**/*"

relocate 'org.slf4j', 'plan.org.slf4j'

relocate('org.apache', 'plan.org.apache') {
exclude 'org/apache/logging/**'
Expand Down

0 comments on commit 42d2d80

Please sign in to comment.