aboutsummaryrefslogtreecommitdiffhomepage
path: root/build-data
diff options
context:
space:
mode:
authorJason Penilla <[email protected]>2024-03-29 10:43:36 -0700
committerJason Penilla <[email protected]>2024-03-29 10:43:36 -0700
commit2b24892fa4c88af64e7fa5ab86da0c0446a0bab2 (patch)
tree0def1448971bcbc566f8f7e369b9a7892b0ef054 /build-data
parent8fa3b24907465ea8e28f48283f84f7cb4c78931e (diff)
downloadPaper-2b24892fa4c88af64e7fa5ab86da0c0446a0bab2.tar.gz
Paper-2b24892fa4c88af64e7fa5ab86da0c0446a0bab2.zip
build: Update paperweight to 1.5.12 and Gradle Wrapper to 8.7 (#10361)
Diffstat (limited to 'build-data')
-rw-r--r--build-data/spigot-server-patches/re-add-asm-dependency.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/build-data/spigot-server-patches/re-add-asm-dependency.patch b/build-data/spigot-server-patches/re-add-asm-dependency.patch
deleted file mode 100644
index 2039b4f7c6..0000000000
--- a/build-data/spigot-server-patches/re-add-asm-dependency.patch
+++ /dev/null
@@ -1,29 +0,0 @@
---- /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 +0,0 @@
-+From 0000000000000000000000000000000000000000 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
-+@@ -0,0 +0,0 @@
-+ <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
-+