-
-
Notifications
You must be signed in to change notification settings - Fork 192
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Add Automatic-Module-Name attribute to jar manifests for better …
…Java 9+ JPMS compatibility (#477) Add Automatic-Module-Name attribute to jar manifests for better Java 9+ JPMS compatibility. Affects: db-scheduler and db-scheduler-boot-starter. Naturally the automatic module names I have entered are suggestions - please amend if required. ## Fixes * Maven warning when compiling modular project: `Required filename-based automodules detected: [db-scheduler-13.0.0.jar]. Please don't publish this project to a public artifact repository!` ## Reminders - [ ] Added/ran automated tests - [ ] Update README and/or examples - [x] Ran `mvn spotless:apply`
- Loading branch information
Showing
3 changed files
with
28 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters