Relocate commons to main package

This commit is contained in:
filoghost 2020-08-16 11:56:12 +02:00
parent 055ca91e60
commit 009ed1dde0

View File

@ -136,6 +136,10 @@
<pattern>me.filoghost.updatechecker</pattern>
<shadedPattern>me.filoghost.chestcommands.updater</shadedPattern>
</relocation>
<relocation>
<pattern>me.filoghost.commons</pattern>
<shadedPattern>me.filoghost.chestcommands.commons</shadedPattern>
</relocation>
</relocations>
</configuration>
<executions>