Told Proguard not to touch things it doesn't understand

This commit is contained in:
Logan Darklock
2019-08-31 07:36:23 -07:00
parent d54e846f91
commit 90fb17b89f
3 changed files with 8 additions and 2 deletions
+5
View File
@@ -17,6 +17,11 @@
-keep class baritone.api.** { *; } # this is the keep api
# Proguard does not know the commands framework better than I do
# It needs its empty constructors and simple names to work correctly
-keep class baritone.api.utils.command.** { *; }
-keepclasseswithmembernames class baritone.api.utils.command.** { *; }
# service provider needs these class names
-keep class baritone.BaritoneProvider
-keep class baritone.api.IBaritoneProvider