mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2025-02-18 05:21:57 +01:00
Add shading relocation so we don't conflict anymore!
This commit is contained in:
parent
8272e121f4
commit
b09ea0e66a
10
pom.xml
10
pom.xml
@ -174,6 +174,16 @@
|
|||||||
<include>com.fernferret.allpay:AllPay</include>
|
<include>com.fernferret.allpay:AllPay</include>
|
||||||
</includes>
|
</includes>
|
||||||
</artifactSet>
|
</artifactSet>
|
||||||
|
<relocations>
|
||||||
|
<relocation>
|
||||||
|
<pattern>com.fernferret.allpay</pattern>
|
||||||
|
<shadedPattern>com.fernferret.allpay.multiverse</shadedPattern>
|
||||||
|
</relocation>
|
||||||
|
<relocation>
|
||||||
|
<pattern>me.main__.util</pattern>
|
||||||
|
<shadedPattern>me.main__.util.multiverse</shadedPattern>
|
||||||
|
</relocation>
|
||||||
|
</relocations>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
|
Loading…
Reference in New Issue
Block a user