File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 63
63
<version >2.4</version >
64
64
<configuration >
65
65
<archive >
66
- <manifest >
67
- <mainClass >com.github.underscore.U</mainClass >
68
- </manifest >
66
+ <manifestEntries >
67
+ <Automatic-Module-Name >com.github.underscore</Automatic-Module-Name >
68
+ <Main-Class >com.github.underscore.U</Main-Class >
69
+ </manifestEntries >
69
70
</archive >
70
71
</configuration >
71
72
</plugin >
Original file line number Diff line number Diff line change 66
66
<version >3.2.0</version >
67
67
<configuration >
68
68
<archive >
69
- <manifest >
70
- <mainClass >com.github.underscore.U</mainClass >
71
- </manifest >
69
+ <manifestEntries >
70
+ <Automatic-Module-Name >com.github.underscore</Automatic-Module-Name >
71
+ <Main-Class >com.github.underscore.U</Main-Class >
72
+ </manifestEntries >
72
73
</archive >
73
74
</configuration >
74
75
</plugin >
You can’t perform that action at this time.
0 commit comments