From 3eb7bf9ba9a537d03a5663e7a4070a1d64f2d85d Mon Sep 17 00:00:00 2001
From: Bukkit/Spigot <noreply+git-bukkit@papermc.io>
Date: Thu, 23 Feb 2023 07:34:54 +1100
Subject: [PATCH] Revert "Update Maven shade version to align with CraftBukkit"

This reverts commit bedf247d1bc155d82178ceccc3de6fc20e9f7d9d.

By: md_5 <git@md-5.net>
---
 paper-api/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/paper-api/pom.xml b/paper-api/pom.xml
index c2df812ba6..9c7e1997a2 100644
--- a/paper-api/pom.xml
+++ b/paper-api/pom.xml
@@ -147,7 +147,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-shade-plugin</artifactId>
-                <version>3.4.1</version>
+                <version>3.2.4</version>
                 <executions>
                     <execution>
                         <phase>package</phase>