Update Maven shade version to align with CraftBukkit

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot 2023-02-23 07:46:54 +11:00
parent 3eb7bf9ba9
commit 3b7d1ed26c

View File

@ -147,7 +147,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.2.4</version>
<version>3.4.1</version>
<executions>
<execution>
<phase>package</phase>
@ -167,6 +167,8 @@
</filters>
<!-- when downloading via Maven we can pull depends individually -->
<shadedArtifactAttached>true</shadedArtifactAttached>
<!-- In 3.3.0 and later, shadedArtifactAttached causes dependant projects to use dependency reduced pom (bug?) -->
<createDependencyReducedPom>false</createDependencyReducedPom>
</configuration>
</plugin>
<plugin>