From bd9e73a2c6c686e0d5c9baca4394b8bef2cb4038 Mon Sep 17 00:00:00 2001 From: Foorack Date: Tue, 22 May 2018 22:07:25 -0500 Subject: [PATCH] Upgrade ASM to 6.1.1 to allow Java 9 and 10 plugins to load --- Spigot-API-Patches/Use-ASM-for-event-executors.patch | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/Spigot-API-Patches/Use-ASM-for-event-executors.patch b/Spigot-API-Patches/Use-ASM-for-event-executors.patch index 86d9dae2af..5862189326 100644 --- a/Spigot-API-Patches/Use-ASM-for-event-executors.patch +++ b/Spigot-API-Patches/Use-ASM-for-event-executors.patch @@ -6,7 +6,7 @@ Subject: [PATCH] Use ASM for event executors. Uses method handles for private or static methods. diff --git a/pom.xml b/pom.xml -index c6bdf44e..31b6f51b 100644 +index 8d4032e2..21a4a8be 100644 --- a/pom.xml +++ b/pom.xml @@ -0,0 +0,0 @@ @@ -16,8 +16,13 @@ index c6bdf44e..31b6f51b 100644 + + + org.ow2.asm -+ asm-all -+ 5.0.4 ++ asm ++ 6.1.1 ++ ++ ++ org.ow2.asm ++ asm-commons ++ 6.1.1 +