Remove the special command system exclusions from proguard config
This commit is contained in:
parent
f8f214ca90
commit
a8b1badd8a
5
scripts/proguard.pro
vendored
5
scripts/proguard.pro
vendored
@ -17,11 +17,6 @@
|
||||
|
||||
-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
|
||||
|
Loading…
Reference in New Issue
Block a user