We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example from https://github.com/jbee/silk/tree/master/src/se.jbee.inject with main/java-8 and main/java-9, i.e. MR-JAR, directory layout
main/java-8
main/java-9
jar --list --file se.jbee.inject@19.1-ea.jar module-info.class META-INF/ META-INF/MANIFEST.MF META-INF/versions/9/ META-INF/versions/9/module-info.class se/ se/jbee/ se/jbee/inject/ se/jbee/inject/action/ se/jbee/inject/action/Action.class ...
Redundant entries:
META-INF/versions/9/ META-INF/versions/9/module-info.class
Solution: skip --release 9-block when call jar.
--release 9
jar
See also jbee/purejin#82
The text was updated successfully, but these errors were encountered:
Done via e173c62#diff-818140e2377cc7152139af83d36a751fR202
Sorry, something went wrong.
No branches or pull requests
Example from https://github.com/jbee/silk/tree/master/src/se.jbee.inject with
main/java-8
andmain/java-9
, i.e. MR-JAR, directory layoutRedundant entries:
Solution: skip
--release 9
-block when calljar
.See also jbee/purejin#82
The text was updated successfully, but these errors were encountered: