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>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
<configuration>
|
<configuration>
|
||||||
|
<relocations>
|
||||||
|
<relocation>
|
||||||
|
<pattern>net.md_5.bungee.jni</pattern>
|
||||||
|
<shadedPattern>org.geysermc.platform.bungeecord.shaded.jni</shadedPattern>
|
||||||
|
</relocation>
|
||||||
|
</relocations>
|
||||||
<minimizeJar>true</minimizeJar>
|
<minimizeJar>true</minimizeJar>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 5ec6f1f339506129514de59d0e09e9b2c612e8be
|
Subproject commit 3d4147f001266d01eae6b8479428ca77bb5bf0c3
|
Loading…
Reference in a new issue