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

[all java] Add Java module support #7424

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

SamCarlberg
Copy link
Member

Resolves #7236

Non-modular Java dependencies (ejml, opencv) need a gradle plugin to add a module-info file to the JAR. I'm not sure if this is the correct approach, since those JARs won't be repacked and published for user programs to consume. Will need to test the artifacts to see if user programs will be broken

Copy link
Contributor

This PR modifies commands. Please open a corresponding PR in Python Commands and include a link to this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add module-info definitions for the Java libraries
1 participant