Updated Upstream (Bukkit/CraftBukkit)

Upstream has released updates that appear to apply and compile correctly.
This update has not been tested by PaperMC and as with ANY update, please do your own testing

Bukkit Changes:
4e5f46cb Update ASM version

CraftBukkit Changes:
d54b500d Prepare for Java 16
This commit is contained in:
Mariell Hoversholm 2021-03-17 17:37:12 +01:00
parent f17560ab02
commit c310f0a610
6 changed files with 11 additions and 11 deletions

View file

@ -6,11 +6,11 @@ Subject: [PATCH] Use ASM for event executors.
Uses method handles for private or static methods.
diff --git a/pom.xml b/pom.xml
index 9e9aa8efe9f2d74f32c22dbd3cc5ed6dedf2ad1a..89918b5af7fbf42357e96dffb00b8a011a8ef13c 100644
index 75b2830340051deb0fa39149e80872d2b88ed6f0..c3d65e441f5c26b6c6b10f4924504d8f3837e674 100644
--- a/pom.xml
+++ b/pom.xml
@@ -143,6 +143,17 @@
<version>9.0</version>
<version>9.1</version>
<scope>test</scope>
</dependency>
+ <!-- ASM -->