diff options
Diffstat (limited to 'Spigot-Server-Patches/0042-Fix-jar-being-shaded-multiple-times.patch')
-rw-r--r-- | Spigot-Server-Patches/0042-Fix-jar-being-shaded-multiple-times.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Spigot-Server-Patches/0042-Fix-jar-being-shaded-multiple-times.patch b/Spigot-Server-Patches/0042-Fix-jar-being-shaded-multiple-times.patch index d4c7e10eff..5c5a8d22b2 100644 --- a/Spigot-Server-Patches/0042-Fix-jar-being-shaded-multiple-times.patch +++ b/Spigot-Server-Patches/0042-Fix-jar-being-shaded-multiple-times.patch @@ -1,14 +1,14 @@ -From 0f95432dde26db7643e8ca3c7e0f04de6e18e51f Mon Sep 17 00:00:00 2001 +From d50dae836a3d3f52e9c5be6089246adadbb71628 Mon Sep 17 00:00:00 2001 From: Jedediah Smith <[email protected]> Date: Thu, 30 Apr 2015 22:42:34 -0400 Subject: [PATCH] Fix jar being shaded multiple times diff --git a/pom.xml b/pom.xml -index 85dff6f..d0468a9 100644 +index 19e47f4..68073c0 100644 --- a/pom.xml +++ b/pom.xml -@@ -129,6 +129,7 @@ +@@ -130,6 +130,7 @@ <artifactId>maven-jar-plugin</artifactId> <version>2.5</version> <configuration> |