Fix Authlib obfuscation

This commit is contained in:
Vladimir Votyakov 2018-10-10 16:54:30 +04:00 committed by GitHub
parent 4a2b535403
commit 9b6597e5fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,6 +17,8 @@
-keep class ru.zaxar163.*
-keep class cpw.mods.fml.*
-keep class net.minecraftforge.fml.*
-keep class com.mojang.*
-keep class com.google.gson.*
-keepattributes SourceFile,LineNumberTable,*Annotation*
-renamesourcefileattribute SourceFile
-keepattributes Signature
@ -24,11 +26,7 @@
-keeppackagenames com.eclipsesource.json.**,com.mojang.**,org.apache.**,com.google.gson.**
-keep class com.eclipsesource.json.**,com.mojang.**,com.google.gson.** {
<fields>;
<methods>;
}
-keep class org.apache.** {
-keep class com.mojang.**,org.apache.**,com.google.gson.**,com.eclipsesource.json.** {
*;
}