shade bstats because I can

This commit is contained in:
YouHaveTrouble
2021-07-05 03:55:18 +02:00
parent 94dcd640a1
commit c1950e2670
8 changed files with 53 additions and 767 deletions
+12
View File
@@ -41,6 +41,12 @@
</goals>
<configuration>
<createDependencyReducedPom>false</createDependencyReducedPom>
<relocations>
<relocation>
<pattern>org.bstats</pattern>
<shadedPattern>eu.endermite.bstats</shadedPattern>
</relocation>
</relocations>
</configuration>
</execution>
</executions>
@@ -82,5 +88,11 @@
<version>2.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.bstats</groupId>
<artifactId>bstats-velocity</artifactId>
<version>2.2.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>