build: remove Automatic-Module-Name from JAR manifest (#79)

We do provide a module-info already, so we should remove ths artifact
from the Java 8 days.
This commit is contained in:
2024-08-30 20:12:50 +02:00
parent 8ae024fc36
commit b2f7c61654
2 changed files with 3 additions and 7 deletions

View File

@ -3,6 +3,9 @@
### Dependencies
* Updated Jackson to 2.17.2
### Fix
* Remove `Automatic-Module-Name` from JAR manifest (#79)
## 1.3.0 (2024-06-29)