mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Shade in netty with BungeeCord module
This commit is contained in:
parent
b70edac3cc
commit
145784b18d
1 changed files with 4 additions and 1 deletions
|
@ -50,6 +50,10 @@
|
||||||
<pattern>net.md_5.bungee.jni</pattern>
|
<pattern>net.md_5.bungee.jni</pattern>
|
||||||
<shadedPattern>org.geysermc.platform.bungeecord.shaded.jni</shadedPattern>
|
<shadedPattern>org.geysermc.platform.bungeecord.shaded.jni</shadedPattern>
|
||||||
</relocation>
|
</relocation>
|
||||||
|
<relocation>
|
||||||
|
<pattern>io.netty</pattern>
|
||||||
|
<shadedPattern>org.geysermc.platform.bungeecord.shaded.netty</shadedPattern>
|
||||||
|
</relocation>
|
||||||
</relocations>
|
</relocations>
|
||||||
<minimizeJar>true</minimizeJar>
|
<minimizeJar>true</minimizeJar>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
@ -68,7 +72,6 @@
|
||||||
<excludes>
|
<excludes>
|
||||||
<exclude>com.google.code.gson:*</exclude>
|
<exclude>com.google.code.gson:*</exclude>
|
||||||
<exclude>org.yaml:*</exclude>
|
<exclude>org.yaml:*</exclude>
|
||||||
<exclude>io.netty:*</exclude>
|
|
||||||
</excludes>
|
</excludes>
|
||||||
</artifactSet>
|
</artifactSet>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|
Loading…
Reference in a new issue