forked from RepoMirrors/baritone
standalone build shouldn't keep ExampleBaritoneControl
This commit is contained in:
parent
689dc74330
commit
12bbd57a24
|
@ -19,7 +19,7 @@
|
||||||
-keep class baritone.api.IBaritoneProvider
|
-keep class baritone.api.IBaritoneProvider
|
||||||
|
|
||||||
# hack
|
# hack
|
||||||
-keep class baritone.utils.ExampleBaritoneControl { *; }
|
-keep class baritone.utils.ExampleBaritoneControl { *; } # have to include this string to remove this keep in the standalone build: # this is the keep api
|
||||||
|
|
||||||
# setting names are reflected from field names, so keep field names
|
# setting names are reflected from field names, so keep field names
|
||||||
-keepclassmembers class baritone.api.Settings {
|
-keepclassmembers class baritone.api.Settings {
|
||||||
|
|
Loading…
Reference in New Issue