We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 762cc11 commit 563ff14Copy full SHA for 563ff14
pom-pack.xml
@@ -108,6 +108,7 @@
108
<option>-keep public class com.github.underscore.lodash.*$FetchResponse { *; }</option>
109
<option>-keep public class com.github.underscore.lodash.*$LRUCache { *; }</option>
110
<option>-keep public class com.github.underscore.lodash.*$Mode { *; }</option>
111
+ <option>-keep public class com.github.underscore.lodash.*$Builder { *; }</option>
112
<option>-keep public class com.github.underscore.lodash.Json$JsonStringBuilder$Step { *; }</option>
113
<option>-keep public class com.github.underscore.lodash.Xml$XmlStringBuilder$Step { *; }</option>
114
<option>-keep public class com.github.underscore.lodash.Xml$XmlStringBuilder { *; }</option>
0 commit comments