Skip to content

config(java): build the lib as a Java9+ module #89

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

Merged
merged 2 commits into from
May 24, 2019

Conversation

arnobl
Copy link
Contributor

@arnobl arnobl commented May 23, 2019

Since the lib is built on Java11, we can use the Java9+ module system.
Some new great Java tools (eg jlink, jpackage) that build and package Java applications require all the dependencies of the application to be Java9+ modules. This patch fixes this issue.
Applications that do not use modules should still work with the lib.

This fixes #74 I guess.

@thomasnield thomasnield merged commit 45e527f into ReactiveX:2.11.x May 24, 2019
@arnobl arnobl deleted the gradle-modules branch May 27, 2019 07:30
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 11 Automatic-Module-Name
2 participants