Added GSON, Trove as dependencies and enabled minimizeJar for shading.

This commit is contained in:
sk89q
2014-07-09 14:05:52 -07:00
parent 6ef4f7b7cc
commit 22dceb5614
2 changed files with 31 additions and 0 deletions

View File

@ -10,6 +10,8 @@
<allow pkg="com.sk89q"/>
<allow pkg="com.google.common"/>
<allow pkg="com.thoughtworks.paranamer"/>
<allow pkg="gnu.trove"/>
<allow pkg="com.google.gson"/>
<subpackage name="util.yaml">
<allow pkg="org.yaml.snakeyaml"/>