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 2c42f73 commit 0241a4cCopy full SHA for 0241a4c
pom-pack.xml
@@ -102,6 +102,7 @@
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.*$ArrayBuilder { *; }</option>
106
<option>-keep public class com.github.underscore.lodash.Json$JsonStringBuilder$Step { *; }</option>
107
<option>-keep public class com.github.underscore.lodash.Xml$XmlStringBuilder$Step { *; }</option>
108
<option>-keep public class com.github.underscore.lodash.Xml$XmlStringBuilder { *; }</option>
0 commit comments