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

Build a multi-release jar with module-info.class for Java 9+ #366

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tpietzsch
Copy link
Member

  • Sets the Multi-Release entry to the MANIFEST
  • Adds a new compilation step that compiles everything in src/main/java9/
  • Copy the compiled module-info.class into META-INF/versions/9

For now, the net.imglib2 module just exports all packages.

* Sets the Multi-Release entry to the MANIFEST
* Adds a new compilation step that compiles everything in src/main/java9/
* Copy the compiled module-info.class into META-INF/versions/9

For now, the net.imglib2 module just exports all packages.
@tpietzsch tpietzsch self-assigned this May 24, 2024
@tpietzsch tpietzsch added the JPMS label May 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: In Progress
Development

Successfully merging this pull request may close these issues.

1 participant