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 60e6f72 commit 5205eaaCopy full SHA for 5205eaa
pom-pack.xml
@@ -110,6 +110,7 @@
110
<option>-keep public class com.github.underscore.lodash.Xml$FromType { *; }</option>
111
<option>-keepclassmembers class * { *** newArrayList(); *** newLinkedHashSet(); *** newHashSet(java.lang.Iterable); *** newLinkedHashMap(); }</option>
112
<option>-dontnote com.github.underscore.*$ClassForName</option>
113
+ <option>-dontnote com.github.underscore.lodash.*$OperationType</option>
114
</options>
115
<libs>
116
<lib>${java.home}/lib/rt.jar</lib>
0 commit comments