Skip to content

Commit

Permalink
Relocate ASM (fixes GeyserMC#2315)
Browse files Browse the repository at this point in the history
  • Loading branch information
Camotoy committed Jun 23, 2021
1 parent 0a0d84d commit 3220190
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bootstrap/spigot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 3220190

Please sign in to comment.