mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Relocate ASM (fixes #2315)
This commit is contained in:
parent
0a0d84d779
commit
3220190904
1 changed files with 4 additions and 0 deletions
|
@ -103,6 +103,10 @@
|
||||||
<pattern>net.kyori</pattern>
|
<pattern>net.kyori</pattern>
|
||||||
<shadedPattern>org.geysermc.platform.spigot.shaded.kyori</shadedPattern>
|
<shadedPattern>org.geysermc.platform.spigot.shaded.kyori</shadedPattern>
|
||||||
</relocation>
|
</relocation>
|
||||||
|
<relocation>
|
||||||
|
<pattern>org.objectweb.asm</pattern>
|
||||||
|
<shadedPattern>org.geysermc.platform.spigot.shaded.asm</shadedPattern>
|
||||||
|
</relocation>
|
||||||
</relocations>
|
</relocations>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue