aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/api/0008-Use-ASM-for-event-executors.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/api/0008-Use-ASM-for-event-executors.patch')
-rw-r--r--patches/api/0008-Use-ASM-for-event-executors.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/api/0008-Use-ASM-for-event-executors.patch b/patches/api/0008-Use-ASM-for-event-executors.patch
index 901608bafe..b44b206b5d 100644
--- a/patches/api/0008-Use-ASM-for-event-executors.patch
+++ b/patches/api/0008-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/build.gradle.kts b/build.gradle.kts
-index a301926cd514bbc205af47fcbcb0c266c06468f6..36660956b058b3a79fed6932c3c267e157f2951b 100644
+index 0b819441178e44e0458fca7c8ab4861aab1a7890..421c188fbc7fb6f726cda0fcb3455ad57a2bbcd1 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -59,6 +59,9 @@ dependencies {