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 0e4af94 commit d5ebfe3Copy full SHA for d5ebfe3
pom-pack.xml
@@ -98,6 +98,7 @@
98
<option>-keep public class com.github.underscore.Supplier { *; }</option>
99
<option>-keep public class com.github.underscore.Template { *; }</option>
100
<option>-keep public class com.github.underscore.Trie { *; }</option>
101
+ <option>-keep public class com.github.underscore.Trie$TrieNode { *; }</option>
102
<option>-keep public class com.github.underscore.Tuple { *; }</option>
103
<option>-keep public class com.github.underscore.UnaryOperator { *; }</option>
104
<option>-keep public class com.github.underscore.lodash.Base32 { *; }</option>
0 commit comments