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

Added Java 9 Modules support #12

Merged
merged 1 commit into from
Apr 11, 2023
Merged

Added Java 9 Modules support #12

merged 1 commit into from
Apr 11, 2023

Conversation

4drian3d
Copy link

Currently if you try to use libby as a dependency in a project that uses Java 9 or higher modules, it will give an error because libby does not declare any module and therefore is in the unnamed module and cannot be used in projects that implement this functionality.
In this pull request I add support for this by implementing automatic modules in libby without losing compatibility with older versions of Java (Java 8)

@AlessioDP AlessioDP self-requested a review April 11, 2023 18:44
@AlessioDP AlessioDP merged commit df5a282 into AlessioDP:master Apr 11, 2023
# 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.

3 participants