Shade in netty with BungeeCord module

This commit is contained in:
RednedEpic 2019-12-31 17:00:06 -06:00
parent b70edac3cc
commit 145784b18d
1 changed files with 4 additions and 1 deletions

View File

@ -50,6 +50,10 @@
<pattern>net.md_5.bungee.jni</pattern>
<shadedPattern>org.geysermc.platform.bungeecord.shaded.jni</shadedPattern>
</relocation>
<relocation>
<pattern>io.netty</pattern>
<shadedPattern>org.geysermc.platform.bungeecord.shaded.netty</shadedPattern>
</relocation>
</relocations>
<minimizeJar>true</minimizeJar>
</configuration>
@ -68,7 +72,6 @@
<excludes>
<exclude>com.google.code.gson:*</exclude>
<exclude>org.yaml:*</exclude>
<exclude>io.netty:*</exclude>
</excludes>
</artifactSet>
</configuration>