Skip to content

Commit 3f06822

Browse files
committed
Add an Automatic-Module-Name
This allows the project to be used with JPMS, though not jlink. In the future, the project should likely be fully modularized.
1 parent 8c51c27 commit 3f06822

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,9 @@
241241
<addClasspath>true</addClasspath>
242242
<!--mainClass>com.cronutils.cli.CronUtilsCLI</mainClass-->
243243
</manifest>
244+
<manifestEntries>
245+
<Automatic-Module-Name>com.cronutils</Automatic-Module-Name>
246+
</manifestEntries>
244247
</archive>
245248
</configuration>
246249
</plugin>

0 commit comments

Comments
 (0)