Relocate fastutil for velocity version to fix NoClassDefFoundError

This commit is contained in:
RednedEpic 2020-04-05 00:44:23 -05:00
parent b92f36e2e3
commit af1c6d6991

View file

@ -43,6 +43,14 @@
<goals>
<goal>shade</goal>
</goals>
<configuration>
<relocations>
<relocation>
<pattern>it.unimi.dsi.fastutil</pattern>
<shadedPattern>org.geysermc.platform.velocity.shaded.fastutil</shadedPattern>
</relocation>
</relocations>
</configuration>
</execution>
</executions>
<configuration>