forked from PaperMC/Paper
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'PaperMC:master' into master
- Loading branch information
Showing
2,143 changed files
with
88,928 additions
and
87,948 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
29 changes: 29 additions & 0 deletions
29
build-data/spigot-server-patches/re-add-asm-dependency.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- /dev/null 2024-01-13 10:03:30.400485704 -0800 | ||
+++ CraftBukkit-Patches/9999-re-add-asm-dependency.patch 2024-01-13 21:41:27.650692678 -0800 | ||
@@ -0,0 +1,26 @@ | ||
+From e5eb4fb3bfb61dfd2dc97411cfab5fa94033b90c Mon Sep 17 00:00:00 2001 | ||
+From: Jake Potrebic <[email protected]> | ||
+Date: Sat, 13 Jan 2024 21:41:02 -0800 | ||
+Subject: [PATCH] re add asm dependency | ||
+ | ||
+ | ||
+diff --git a/pom.xml b/pom.xml | ||
+index 266853a682..d18fdadf92 100644 | ||
+--- a/pom.xml | ||
++++ b/pom.xml | ||
+@@ -58,6 +58,12 @@ | ||
+ <version>2.19.0</version> | ||
+ <scope>compile</scope> | ||
+ </dependency> | ||
++ <dependency> | ||
++ <groupId>org.ow2.asm</groupId> | ||
++ <artifactId>asm</artifactId> | ||
++ <version>9.5</version> | ||
++ <scope>compile</scope> | ||
++ </dependency> | ||
+ <dependency> | ||
+ <groupId>org.ow2.asm</groupId> | ||
+ <artifactId>asm-commons</artifactId> | ||
+-- | ||
+2.43.0 | ||
+ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.