Skip to content

Commit dd85b2f

Browse files
authored
Update pom.xml
1 parent c82572d commit dd85b2f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@
152152
<option>-keep public class com.github.underscore.Predicate { *; }</option>
153153
<option>-keep public class com.github.underscore.Template { *; }</option>
154154
<option>-keep public class com.github.underscore.Tuple { *; }</option>
155+
<option>-keep public class com.github.underscore.UnaryOperator { *; }</option>
155156
<option>-keepclassmembers class * { *** newArrayList(); *** newLinkedHashSet(); *** newHashSet(java.lang.Iterable); *** newLinkedHashMap(); }</option>
156157
<option>-dontnote com.github.underscore.*$ClassForName</option>
157158
</options>

0 commit comments

Comments
 (0)