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 c82572d commit dd85b2fCopy full SHA for dd85b2f
pom.xml
@@ -152,6 +152,7 @@
152
<option>-keep public class com.github.underscore.Predicate { *; }</option>
153
<option>-keep public class com.github.underscore.Template { *; }</option>
154
<option>-keep public class com.github.underscore.Tuple { *; }</option>
155
+ <option>-keep public class com.github.underscore.UnaryOperator { *; }</option>
156
<option>-keepclassmembers class * { *** newArrayList(); *** newLinkedHashSet(); *** newHashSet(java.lang.Iterable); *** newLinkedHashMap(); }</option>
157
<option>-dontnote com.github.underscore.*$ClassForName</option>
158
</options>
0 commit comments