From 67e8e37fe334e58f40cec5389a93a434ee7c366e Mon Sep 17 00:00:00 2001 From: Jason Penilla <11360596+jpenilla@users.noreply.github.com> Date: Tue, 23 Apr 2024 13:41:25 -0700 Subject: [PATCH] Apply shadow removal patch --- .../server/build-replace-use-of-shadow-plugin.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename patches/{unapplied => }/server/build-replace-use-of-shadow-plugin.patch (97%) diff --git a/patches/unapplied/server/build-replace-use-of-shadow-plugin.patch b/patches/server/build-replace-use-of-shadow-plugin.patch similarity index 97% rename from patches/unapplied/server/build-replace-use-of-shadow-plugin.patch rename to patches/server/build-replace-use-of-shadow-plugin.patch index 937bf68d02..4ea09ba501 100644 --- a/patches/unapplied/server/build-replace-use-of-shadow-plugin.patch +++ b/patches/server/build-replace-use-of-shadow-plugin.patch @@ -21,7 +21,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 } -tasks.shadowJar { -- configurations = listOf(project.configurations.vanillaServer.get(), alsoShade) +- configurations = listOf(project.configurations.vanillaServer.get(), alsoShade) // Paper +tasks.serverJar { + from(alsoShade.elements.map { + it.map { f ->