Update adventure

This commit is contained in:
Jason Penilla 2023-06-08 17:22:51 -07:00
parent 318a08c1db
commit aed9ef0788
No known key found for this signature in database
GPG key ID: 0E75A301420E48F8
4 changed files with 5 additions and 5 deletions

View file

@ -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 0bc5c544723e8ea0dc4441b2198b744b1a38b26b..0270849badc82810c8c288a9bd02efff93b18141 100644
index a6001fec6b8ff6a0d41336802d202e005ad2db81..a626bbad85f8d1b348d4e67f328f4b0141b267c1 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -42,6 +42,9 @@ dependencies {