Skip to content

Added Java 9 Modules support#12

Merged
AlessioDP merged 1 commit intoAlessioDP:masterfrom
4drian3d:feat/modules-support
Apr 11, 2023
Merged

Added Java 9 Modules support#12
AlessioDP merged 1 commit intoAlessioDP:masterfrom
4drian3d:feat/modules-support

Conversation

@4drian3d
Copy link
Copy Markdown

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
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.

3 participants