forked from GeyserMC/Geyser
Relocate fastutil for velocity version to fix NoClassDefFoundError
This commit is contained in:
parent
b92f36e2e3
commit
af1c6d6991
1 changed files with 8 additions and 0 deletions
|
@ -43,6 +43,14 @@
|
||||||
<goals>
|
<goals>
|
||||||
<goal>shade</goal>
|
<goal>shade</goal>
|
||||||
</goals>
|
</goals>
|
||||||
|
<configuration>
|
||||||
|
<relocations>
|
||||||
|
<relocation>
|
||||||
|
<pattern>it.unimi.dsi.fastutil</pattern>
|
||||||
|
<shadedPattern>org.geysermc.platform.velocity.shaded.fastutil</shadedPattern>
|
||||||
|
</relocation>
|
||||||
|
</relocations>
|
||||||
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
<configuration>
|
<configuration>
|
||||||
|
|
Loading…
Reference in a new issue