This commit is contained in:
Daniel Mills
2020-09-18 15:33:11 -04:00
parent 27e06ceb2c
commit 5a4cbc74f7

View File

@@ -2,12 +2,12 @@
-outjars out.jar
-libraryjars 'C:\Program Files\Java\jre1.8.0_221\lib\rt.jar'
-libraryjars 'C:\Program Files\Java\jre1.8.0_221\lib\jce.jar'
-libraryjars lib
-dontwarn org.slf4j.**
-dontskipnonpubliclibraryclassmembers
-dontshrink
-dontoptimize
-optimizations !code/simplification/advanced,code/simplification/*
-printmapping mapping.txt
-obfuscationdictionary dictionary-members.txt
-classobfuscationdictionary dictionary-classes.txt
@@ -18,7 +18,6 @@
-adaptclassstrings
-adaptresourcefilecontents **.properties,META-INF/MANIFEST.MF,**.yml
-verbose
-dontwarn org.slf4j.**
@@ -45,4 +44,4 @@
# Keep - Native method names. Keep all native class/method names.
-keepclasseswithmembers,includedescriptorclasses,allowshrinking class * {
native <methods>;
}
}