From 06c96d094fff6d982ab329cee66c42ff757ad4b8 Mon Sep 17 00:00:00 2001 From: Jedediah Smith Date: Mon, 18 May 2015 19:06:10 -0500 Subject: [PATCH] Fix jar being shaded multiple times --- ...-Fix-jar-being-shaded-multiple-times.patch | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Spigot-Server-Patches/0048-Fix-jar-being-shaded-multiple-times.patch diff --git a/Spigot-Server-Patches/0048-Fix-jar-being-shaded-multiple-times.patch b/Spigot-Server-Patches/0048-Fix-jar-being-shaded-multiple-times.patch new file mode 100644 index 0000000000..20322a394b --- /dev/null +++ b/Spigot-Server-Patches/0048-Fix-jar-being-shaded-multiple-times.patch @@ -0,0 +1,21 @@ +From 261effe026dc2242c527ed41c0c8316c3ddecf5a Mon Sep 17 00:00:00 2001 +From: Jedediah Smith +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 b3982e1..aaaf1a5 100644 +--- a/pom.xml ++++ b/pom.xml +@@ -138,6 +138,7 @@ + maven-jar-plugin + 2.5 + ++ true + + + org.bukkit.craftbukkit.Main +-- +2.4.1.windows.1 +