Optimizing breaks the jar

This commit is contained in:
md_5 2012-10-19 17:29:49 +11:00
parent 02b353b485
commit 5f33136cbf

View File

@ -195,6 +195,7 @@
</libs>
<obfuscate>false</obfuscate>
<options>
<option>-dontoptimize</option>
<option>-keep class net.md_5.bungee.** { *; }</option>
</options>
</configuration>