mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-12-23 01:27:40 +01:00
Minimize (#4209)
This commit is contained in:
parent
8b1db22a53
commit
6e6561a267
@ -47,4 +47,8 @@ shadowJar {
|
|||||||
relocate 'org.yaml.snakeyaml', 'com.earth2me.essentials.libs.snakeyaml'
|
relocate 'org.yaml.snakeyaml', 'com.earth2me.essentials.libs.snakeyaml'
|
||||||
relocate 'io.leangen.geantyref', 'com.earth2me.essentials.libs.geantyref'
|
relocate 'io.leangen.geantyref', 'com.earth2me.essentials.libs.geantyref'
|
||||||
relocate 'org.checkerframework', 'com.earth2me.essentials.libs.checkerframework'
|
relocate 'org.checkerframework', 'com.earth2me.essentials.libs.checkerframework'
|
||||||
|
|
||||||
|
minimize {
|
||||||
|
include(dependency('org.checkerframework:checker-qual'))
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user