File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 7171 <plugin >
7272 <groupId >com.github.wvengen</groupId >
7373 <artifactId >proguard-maven-plugin</artifactId >
74- <version >2.0.10 </version >
74+ <version >2.0.11 </version >
7575 <executions >
7676 <execution >
7777 <phase >package</phase >
Original file line number Diff line number Diff line change 125125 <plugin >
126126 <groupId >com.github.wvengen</groupId >
127127 <artifactId >proguard-maven-plugin</artifactId >
128- <version >2.0.10 </version >
128+ <version >2.0.11 </version >
129129 <executions >
130130 <execution >
131131 <phase >package</phase >
151151 <option >-keep public class com.github.underscore.Template { *; }</option >
152152 <option >-keep public class com.github.underscore.Tuple { *; }</option >
153153 <option >-keepclassmembers class * { *** newArrayList(); *** newLinkedHashSet(); *** newHashSet(java.lang.Iterable); *** newLinkedHashMap(); }</option >
154+ <option >-dontnote com.github.underscore.*$ClassForName</option >
154155 </options >
155156 <libs >
156157 <lib >${java.home} /lib/rt.jar</lib >
Original file line number Diff line number Diff line change 7171 <plugin >
7272 <groupId >com.github.wvengen</groupId >
7373 <artifactId >proguard-maven-plugin</artifactId >
74- <version >2.0.10 </version >
74+ <version >2.0.11 </version >
7575 <executions >
7676 <execution >
7777 <phase >package</phase >
You can’t perform that action at this time.
0 commit comments