Remove the special command system exclusions from proguard config
This commit is contained in:
5
scripts/proguard.pro
vendored
5
scripts/proguard.pro
vendored
@ -17,11 +17,6 @@
|
|||||||
|
|
||||||
-keep class baritone.api.** { *; } # this is the keep api
|
-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
|
# service provider needs these class names
|
||||||
-keep class baritone.BaritoneProvider
|
-keep class baritone.BaritoneProvider
|
||||||
-keep class baritone.api.IBaritoneProvider
|
-keep class baritone.api.IBaritoneProvider
|
||||||
|
Reference in New Issue
Block a user