relocate adventure to avoit version conflicts

This commit is contained in:
2021-10-10 19:09:15 +02:00
parent 707bcbbf8b
commit f101b68ed8
3 changed files with 11 additions and 2 deletions
+5 -1
View File
@@ -34,7 +34,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.2.4</version>
<version>3.3.0-SNAPSHOT</version>
<executions>
<execution>
<phase>package</phase>
@@ -49,6 +49,10 @@
<pattern>org.bstats</pattern>
<shadedPattern>eu.endermite.bstats</shadedPattern>
</relocation>
<relocation>
<pattern>net.kyori</pattern>
<shadedPattern>eu.endermite</shadedPattern>
</relocation>
</relocations>
</configuration>
</execution>