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

Add publishing for the uberjar artifact #203

Open
wants to merge 1 commit into
base: SNAPSHOT
Choose a base branch
from

Conversation

SamCarlberg
Copy link

@SamCarlberg SamCarlberg commented Dec 2, 2024

Resolves #39 by providing a single uberjar with an automatic module name, which modular libraries and applications can safely consume. Modularizing each artifact would require changing package names, which would break existing users.

Publishing uses the ejml-one artifact ID using ./gradlew :publish on the root project, and sets the automatic module name to ejml.all.

The uberjar artifact is named ejml-one, since ejml-all is already used by the depends-on-everything project. I don't know if changing the existing ejml-all artifact to publish the uberjar would break users, so I erred on the side of caution here.

Moves jar generation to the build directory instead of the project root

Publishing uses the `ejml-one` artifact ID and sets the automatic module name to `ejml.all`
SamCarlberg added a commit to SamCarlberg/allwpilib that referenced this pull request Dec 3, 2024
Single JAR means no split packages

Depends on lessthanoptimal/ejml#203 and local EJML artifacts
@PeterJohnson
Copy link

Would ejml-unified be a better name?

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.

Java 9 module support
2 participants