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>
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 5ec6f1f339506129514de59d0e09e9b2c612e8be
|
||||
Subproject commit 3d4147f001266d01eae6b8479428ca77bb5bf0c3
|
Loading…
Reference in a new issue