Skip to content
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

JlinkPlugin: Add and document a workaround for automatic modules #1295

Merged
merged 5 commits into from
Jan 13, 2020

Conversation

nigredo-tori
Copy link
Collaborator

Closes #1293.

As described here, this doesn't fix the issue (which is difficult without the access to ModuleDescriptor from Java 9+). Instead, it fixes --module-path support for the jdeps call, making manually handling such issues possible without skipping the jdeps phase altogether. This also contains a test and documentation for this workaround.

Also, I've removed the .metals files, and moved JlinkPlugin documentation to a separate chapter.

@nigredo-tori
Copy link
Collaborator Author

This labeler thing seems to be broken for forks: actions/labeler#12.

@muuki88 muuki88 merged commit 2851155 into sbt:master Jan 13, 2020
@muuki88
Copy link
Contributor

muuki88 commented Jan 13, 2020

This labeler thing seems to be broken for forks: actions/labeler#12.

Yeah... these github actions are kinda.. new 😁

@nigredo-tori nigredo-tori deleted the 1293-auto-modules branch January 13, 2020 15:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

jlinkModules fails for modules that require automatic modules
2 participants