Skip to content

Commit

Permalink
Minimize (#4209)
Browse files Browse the repository at this point in the history
  • Loading branch information
JRoy authored Jun 8, 2021
1 parent 8b1db22 commit 6e6561a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Essentials/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,8 @@ shadowJar {
relocate 'org.yaml.snakeyaml', 'com.earth2me.essentials.libs.snakeyaml'
relocate 'io.leangen.geantyref', 'com.earth2me.essentials.libs.geantyref'
relocate 'org.checkerframework', 'com.earth2me.essentials.libs.checkerframework'

minimize {
include(dependency('org.checkerframework:checker-qual'))
}
}

0 comments on commit 6e6561a

Please # to comment.