|
77 | 77 | <plugin> |
78 | 78 | <groupId>com.github.wvengen</groupId> |
79 | 79 | <artifactId>proguard-maven-plugin</artifactId> |
80 | | - <version>2.5.3</version> |
| 80 | + <version>2.6.1</version> |
81 | 81 | <executions> |
82 | 82 | <execution> |
83 | 83 | <phase>package</phase> |
|
92 | 92 | <option>-keepattributes Signature,InnerClasses</option> |
93 | 93 | <option>-keep public class com.github.underscore.Underscore { *; }</option> |
94 | 94 | <option>-keep public class com.github.underscore.*$Chain { *; }</option> |
95 | | - <option>-keep public class com.github.underscore.Underscore.Function3 { *; }</option> |
96 | | - <option>-keep public class com.github.underscore.Underscore.MemoizeFunction { *; }</option> |
97 | | - <option>-keep public class com.github.underscore.Underscore.PredicateIndexed { *; }</option> |
98 | | - <option>-keep public class com.github.underscore.Underscore.Template { *; }</option> |
| 95 | + <option>-keep public class com.github.underscore.Underscore$Function3 { *; }</option> |
| 96 | + <option>-keep public class com.github.underscore.Underscore$MemoizeFunction { *; }</option> |
| 97 | + <option>-keep public class com.github.underscore.Underscore$PredicateIndexed { *; }</option> |
| 98 | + <option>-keep public class com.github.underscore.Underscore$Template { *; }</option> |
99 | 99 | <option>-keep public class com.github.underscore.Base32 { *; }</option> |
100 | 100 | <option>-keep public class com.github.underscore.Json { *; }</option> |
101 | 101 | <option>-keep public class com.github.underscore.U { *; }</option> |
|
118 | 118 | <option>-keepclassmembers class * { *** newArrayList(); *** newLinkedHashSet(); *** newHashSet(java.lang.Iterable); *** newLinkedHashMap(); }</option> |
119 | 119 | <option>-dontnote com.github.underscore.*$ClassForName</option> |
120 | 120 | <option>-dontnote com.github.underscore.*$OperationType</option> |
| 121 | + <option>-dontwarn java.net.http.**</option> |
121 | 122 | </options> |
122 | 123 | <libs> |
123 | 124 | <lib>${java.home.openjdk11}/lib/jrt-fs.jar</lib> |
|
0 commit comments