1
1
mirror of https://github.com/geekfrog/PermissionsTime.git synced 2025-09-06 02:56:58 +00:00

mysql支持,修改bug

This commit is contained in:
GeekFrog
2017-07-15 06:59:31 +08:00
parent 2959bf5cde
commit c884400781
7 changed files with 217 additions and 18 deletions

View File

@ -73,6 +73,7 @@
<directory>${basedir}</directory>
<includes>
<include>LICENSE</include>
<include>README.md</include>
</includes>
</resource>
</resources>
@ -118,12 +119,6 @@
<include>org.mcstats.*:*</include>
</includes>
</artifactSet>
<relocations>
<relocation>
<pattern>org.mcstats</pattern>
<shadedPattern>gg.frog.mc.permissionstime</shadedPattern>
</relocation>
</relocations>
</configuration>
<executions>
<execution>