„pom.xml“ ändern

This commit is contained in:
Verox 2023-07-09 16:31:58 +02:00
parent 0080508c4f
commit 717c3b5b8e

View File

@ -44,6 +44,14 @@
<goal>shade</goal>
</goals>
</execution>
<configuration>
<artifactSet>
<excludes>
<exclude>cn.nukkit.nukkit</exclude>
<exclude>org.junit.jupiter.junit-jupiter-engine</exclude>
</excludes>
</artifactSet>
</configuration>
</executions>
</plugin>
<plugin>