File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 8181 <configuration >
8282 <options >
8383 <option >-allowaccessmodification</option >
84- <option >-renamesourcefileattribute SourceFile</option >
85- <option >-keepattributes Signature,InnerClasses,SourceFile,LineNumberTable</option >
84+ <option >-keepattributes Signature,InnerClasses</option >
8685 <option >-keep public class com.github.underscore.lodash.$ { *; }</option >
86+ <option >-keep public class com.github.underscore.lodash.*$Chain { *; }</option >
8787 </options >
8888 <libs >
8989 <lib >${java.home} /lib/rt.jar</lib >
Original file line number Diff line number Diff line change 133133 <configuration >
134134 <options >
135135 <option >-allowaccessmodification</option >
136- <option >-renamesourcefileattribute SourceFile</option >
137- <option >-keepattributes Signature,InnerClasses,SourceFile,LineNumberTable</option >
136+ <option >-keepattributes Signature,InnerClasses</option >
138137 <option >-keep public class com.github.underscore.$ { *; }</option >
139138 <option >-keep public class com.github.underscore.*$Chain { *; }</option >
140139 <option >-keep public class com.github.underscore.Block { *; }</option >
You can’t perform that action at this time.
0 commit comments