Shade in fastutil for Sponge and relocate to shaded package (Fixes #198)

This commit is contained in:
RednedEpic 2020-03-10 18:40:22 -05:00
parent acc30f2432
commit c7f1f0b71f
2 changed files with 8 additions and 1 deletions

View file

@ -49,6 +49,10 @@
<pattern>io.netty</pattern>
<shadedPattern>org.geysermc.platform.bukkit.shaded.netty</shadedPattern>
</relocation>
<relocation>
<pattern>it.unimi.dsi.fastutil</pattern>
<shadedPattern>org.geysermc.platform.bukkit.shaded.fastutil</shadedPattern>
</relocation>
</relocations>
<minimizeJar>true</minimizeJar>
</configuration>