Open viktor44 opened 1 year ago
I will take a look in the next days.
Up! 😄
@viktor44 hey there, sorry for the long silence. The PR looks good, but I do have some questions.
mvn install -Dmaven.test.skip=true
Running this locally, adds the module-info.class to META-INF/versions/9/module-info.class
. Maybe we somehow missed publishing this properly in the previous releases. Reading moditect README, setting jvmVersion to 9 or higher increases the compatiblity with old jar-scanning tools (which by now is an obsolete argument, I guess)
Secondly, let's upgrade the maven plugin to the current stable version.
And finally, please sign-off your commit, using git commit --amend --signoff
.
Description
Fixes #426
File
module-info.class
was moved fromMETA-INF/versions/9
to the root folder of the jar.Types of changes
Checklist: