1
0
mirror of https://github.com/EssentialsX/Essentials.git synced 2025-01-07 00:48:14 +01:00
This commit is contained in:
Josh Roy 2021-06-07 23:48:18 -04:00 committed by GitHub
parent 8b1db22a53
commit 6e6561a267
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'))
}
}