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 2d06ba6 commit 542edfdCopy full SHA for 542edfd
pom-pack.xml
@@ -91,6 +91,7 @@
91
<option>-keep public class com.github.underscore.Optional { *; }</option>
92
<option>-keep public class com.github.underscore.PredicateIndexed { *; }</option>
93
<option>-keep public class com.github.underscore.Template { *; }</option>
94
+ <option>-keep public class com.github.underscore.Trie { *; }</option>
95
<option>-keep public class com.github.underscore.Tuple { *; }</option>
96
<option>-keep public class com.github.underscore.lodash.Base32 { *; }</option>
97
<option>-keep public class com.github.underscore.lodash.Json { *; }</option>
0 commit comments