Relocate ASM (fixes #2315)

This commit is contained in:
Camotoy 2021-06-23 13:57:03 -04:00
parent 0a0d84d779
commit 3220190904
No known key found for this signature in database
GPG Key ID: 7EEFB66FE798081F
1 changed files with 4 additions and 0 deletions

View File

@ -103,6 +103,10 @@
<pattern>net.kyori</pattern>
<shadedPattern>org.geysermc.platform.spigot.shaded.kyori</shadedPattern>
</relocation>
<relocation>
<pattern>org.objectweb.asm</pattern>
<shadedPattern>org.geysermc.platform.spigot.shaded.asm</shadedPattern>
</relocation>
</relocations>
</configuration>
</execution>