Fix JNI overlap with BungeeCord module

This commit is contained in:
RednedEpic 2019-12-04 18:56:14 -06:00
parent 1e12f5eac9
commit 6f5fc4c85c
2 changed files with 7 additions and 1 deletions

View File

@ -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