Update ForgeFlower to 2.0.627.2, fixes dev bundle not applying with Java 19 runtime

This commit is contained in:
Jason Penilla 2023-03-04 12:01:07 -07:00
parent e57441254d
commit a172880e7d
No known key found for this signature in database
GPG key ID: 0E75A301420E48F8
74 changed files with 78 additions and 78 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 558fa62d87af1103efa703ef9114481cb928cf8d..359e7bd7e3c76cec89d638f940006dc9c944f98b 100644
index 4ad00c44b635e1d0b882399b0c76ab32d6bb2501..d54ed6f7c4fa7e287e8daf35f7ae978b5a0a0d51 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -39,6 +39,9 @@ dependencies {