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 5aee86e commit a0898b0Copy full SHA for a0898b0
pom-pack.xml
@@ -109,6 +109,7 @@
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.*$ArrayBuilder { *; }</option>
113
<option>-keep public class com.github.underscore.lodash.Json$JsonStringBuilder$Step { *; }</option>
114
<option>-keep public class com.github.underscore.lodash.Xml$XmlStringBuilder$Step { *; }</option>
115
<option>-keep public class com.github.underscore.lodash.Xml$XmlStringBuilder { *; }</option>
0 commit comments