File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 65
65
<archive >
66
66
<manifestEntries >
67
67
<Automatic-Module-Name >com.github.underscore</Automatic-Module-Name >
68
- <Main-Class >com.github.underscore.U </Main-Class >
68
+ <Main-Class >com.github.underscore.Underscore </Main-Class >
69
69
</manifestEntries >
70
70
</archive >
71
71
</configuration >
Original file line number Diff line number Diff line change 84
84
<options >
85
85
<option >-allowaccessmodification</option >
86
86
<option >-keepattributes Signature,InnerClasses</option >
87
- <option >-keep public class com.github.underscore.U { *; }</option >
87
+ <option >-keep public class com.github.underscore.Underscore { *; }</option >
88
88
<option >-keep public class com.github.underscore.*$Chain { *; }</option >
89
89
<option >-keep public class com.github.underscore.Function3 { *; }</option >
90
90
<option >-keep public class com.github.underscore.MemoizeFunction { *; }</option >
Original file line number Diff line number Diff line change 68
68
<archive >
69
69
<manifestEntries >
70
70
<Automatic-Module-Name >com.github.underscore</Automatic-Module-Name >
71
- <Main-Class >com.github.underscore.U </Main-Class >
71
+ <Main-Class >com.github.underscore.Underscore </Main-Class >
72
72
</manifestEntries >
73
73
</archive >
74
74
</configuration >
You can’t perform that action at this time.
0 commit comments