Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
MythicCraft
MythicCosmetics
Commits
7254b3c8
Commit
7254b3c8
authored
3 years ago
by
Ticxo
Browse files
Options
Download
Email Patches
Plain Diff
Fixed PlayerAnimator double shading
parent
df223a09
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
22 deletions
+4
-22
dist/pom.xml
dist/pom.xml
+4
-0
plugin/pom.xml
plugin/pom.xml
+0
-22
No files found.
dist/pom.xml
View file @
7254b3c8
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
plugin/pom.xml
View file @
7254b3c8
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment