#1183: Better handle lambda expression and renaming of classes in Commodore

By: DerFrZocker <derrieple@gmail.com>
This commit is contained in:
CraftBukkit/Spigot
2024-01-06 16:15:23 +11:00
parent 8f59d4abd3
commit d63f71fcde
2 changed files with 63 additions and 53 deletions

View File

@@ -53,7 +53,7 @@
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<artifactId>asm-commons</artifactId>
<version>9.5</version>
<scope>compile</scope>
</dependency>