-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
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
Fail jar task on invalid 'Automatic-Module-Name' in MANIFEST #7752
Comments
This issue has been automatically marked as stale because it has not had recent activity. Given the limited bandwidth of the team, it will be automatically closed if no further activity occurs. If you're interested in how we try to keep the backlog in a healthy state, please read our blog post on how we refine our backlog. If you feel this is something you could contribute, please have a look at our Contributor Guide. Thank you for your contribution. |
Let me find out what build tools those projects use... |
This issue has been automatically marked as stale because it has not had recent activity. Given the limited bandwidth of the team, it will be automatically closed if no further activity occurs. If you're interested in how we try to keep the backlog in a healthy state, please read our blog post on how we refine our backlog. If you feel this is something you could contribute, please have a look at our Contributor Guide. Thank you for your contribution. |
Still valid. (Erm, invalid. Invalid module names are still slipping through, afaict.) |
Sorry for the late reply. This feature request is in the backlog of the relevant team and is prioritized by them. |
The default/core
jar
task should fail when the generated archive contains an invalid 'Automatic-Module-Name' entry.Similar to what the JDK
jar
tool yields, when runningjar --describe-module --file JAR-FILE
.See https://sormuras.github.io/blog/2018-11-16-invalid-automatic-module-names for details.
The text was updated successfully, but these errors were encountered: