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 4edda40 commit 5e8ec73Copy full SHA for 5e8ec73
pom-pack.xml
@@ -101,6 +101,7 @@
101
<option>-keep public class com.github.underscore.lodash.*$FetchResponse { *; }</option>
102
<option>-keep public class com.github.underscore.lodash.*$LRUCache { *; }</option>
103
<option>-keep public class com.github.underscore.lodash.*$Mode { *; }</option>
104
+ <option>-keep public class com.github.underscore.lodash.*$Builder { *; }</option>
105
<option>-keep public class com.github.underscore.lodash.Json$JsonStringBuilder$Step { *; }</option>
106
<option>-keep public class com.github.underscore.lodash.Xml$XmlStringBuilder$Step { *; }</option>
107
<option>-keep public class com.github.underscore.lodash.Xml$XmlStringBuilder { *; }</option>
0 commit comments