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