Commit 7254b3c8 authored by Ticxo's avatar Ticxo
Browse files

Fixed PlayerAnimator double shading

parent df223a09
......@@ -65,6 +65,10 @@
<pattern>io.lumine.utils</pattern>
<shadedPattern>io.lumine.cosmetics.utils</shadedPattern>
</relocation>
<relocation>
<pattern>com.ticxo.playeranimator</pattern>
<shadedPattern>io.lumine.cosmetics.playeranimator</shadedPattern>
</relocation>
</relocations>
<minimizeJar>false</minimizeJar>
</configuration>
......
......@@ -36,28 +36,6 @@
<target>16</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.3.1-SNAPSHOT</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
<configuration>
<relocations>
<relocation>
<pattern>com.ticxo.playeranimator</pattern>
<shadedPattern>io.lumine.cosmetics.playeranimator</shadedPattern>
</relocation>
</relocations>
<minimizeJar>false</minimizeJar>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>flatten-maven-plugin</artifactId>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment