Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

module-info.java for modular java projects #26

Merged
merged 1 commit into from
Mar 8, 2024

Conversation

mk868
Copy link
Contributor

@mk868 mk868 commented Mar 8, 2024

Hello,

Dear authors, thank you for this useful library.
In my company we would like to use java-multibase library with a modular java project.
In this PR I added exports to the module-info.java file.
This will eliminate the following warning when compiling the JPMS projects:

Required filename-based automodules detected: [java-multibase-1.1.1.jar]. Please don't publish this project to a public artifact repository!

Can you verify that these changes are sufficient?

Copy link
Member

@ianopolous ianopolous left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@ianopolous ianopolous merged commit 38a666b into multiformats:master Mar 8, 2024
@mk868
Copy link
Contributor Author

mk868 commented Mar 8, 2024

Thank for merge, I see that my changes broke Github CI workflow.
I'm not familiar with Ant, I mainly work with Maven.
Can Ant be replaced by Maven in the workflow? If so, I'll prepare PR

@mk868 mk868 deleted the add-module-info branch August 2, 2024 16:58
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants