1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-19 19:25:48 +00:00

Fixed shading of libraries

This commit is contained in:
TheBusyBiscuit 2021-04-23 19:29:01 +02:00
parent 1982ec0aeb
commit 3ad981aa1e

View File

@ -203,6 +203,11 @@
<pattern>kong.unirest</pattern>
<shadedPattern>io.github.thebusybiscuit.slimefun4.libraries.unirest</shadedPattern>
</relocation>
<relocation>
<!-- (Dependency of Unirest) -->
<pattern>org.apache</pattern>
<shadedPattern>io.github.thebusybiscuit.slimefun4.libraries.apache</shadedPattern>
</relocation>
</relocations>
<!-- Exclude unneeded metadata files from shaded dependencies -->