Skip to content

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

Draft
tpietzsch wants to merge 1 commit into
masterfrom
multi-release-jar
Draft

Build a multi-release jar with module-info.class for Java 9+#366
tpietzsch wants to merge 1 commit into
masterfrom
multi-release-jar

Conversation

@tpietzsch

Copy link
Copy Markdown
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