forked from GeyserMC/Geyser
Fix JNI overlap with BungeeCord module
This commit is contained in:
parent
1e12f5eac9
commit
6f5fc4c85c
2 changed files with 7 additions and 1 deletions
|
@ -48,6 +48,12 @@
|
|||
</execution>
|
||||
</executions>
|
||||
<configuration>
|
||||
<relocations>
|
||||
<relocation>
|
||||
<pattern>net.md_5.bungee.jni</pattern>
|
||||
<shadedPattern>org.geysermc.platform.bungeecord.shaded.jni</shadedPattern>
|
||||
</relocation>
|
||||
</relocations>
|
||||
<minimizeJar>true</minimizeJar>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue