Skip to content

Commit 249e0c9

Browse files
committed
Fix proguard settings.
1 parent 2a9e8d6 commit 249e0c9

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

pom-pack.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -85,22 +85,14 @@
8585
<option>-keepattributes Signature,InnerClasses</option>
8686
<option>-keep public class com.github.underscore.U { *; }</option>
8787
<option>-keep public class com.github.underscore.*$Chain { *; }</option>
88-
<option>-keep public class com.github.underscore.BiConsumer { *; }</option>
89-
<option>-keep public class com.github.underscore.BiFunction { *; }</option>
90-
<option>-keep public class com.github.underscore.BinaryOperator { *; }</option>
91-
<option>-keep public class com.github.underscore.Consumer { *; }</option>
92-
<option>-keep public class com.github.underscore.Function { *; }</option>
9388
<option>-keep public class com.github.underscore.Function3 { *; }</option>
9489
<option>-keep public class com.github.underscore.MemoizeFunction { *; }</option>
9590
<option>-keep public class com.github.underscore.Optional { *; }</option>
96-
<option>-keep public class com.github.underscore.Predicate { *; }</option>
9791
<option>-keep public class com.github.underscore.PredicateIndexed { *; }</option>
98-
<option>-keep public class com.github.underscore.Supplier { *; }</option>
9992
<option>-keep public class com.github.underscore.Template { *; }</option>
10093
<option>-keep public class com.github.underscore.Trie { *; }</option>
10194
<option>-keep public class com.github.underscore.Trie$TrieNode { *; }</option>
10295
<option>-keep public class com.github.underscore.Tuple { *; }</option>
103-
<option>-keep public class com.github.underscore.UnaryOperator { *; }</option>
10496
<option>-keep public class com.github.underscore.lodash.Base32 { *; }</option>
10597
<option>-keep public class com.github.underscore.lodash.Json { *; }</option>
10698
<option>-keep public class com.github.underscore.lodash.U { *; }</option>

0 commit comments

Comments
 (0)