We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
At the moment, if you build any project that depends on jnanoid under Java 11 or Java 17, you hit this:
jnanoid
[WARNING] * Required filename-based automodules detected: [jnanoid-2.0.0.jar]. Please don't publish this project to a public artifact repository! *
Clearly for now support should still be maintained for Java 8 consumers, but multi-release JARs exist precisely to cover this sort of eventuality.
I'd be very happy to raise a PR to solve this if @davidklebanoff you would be willing to consider this and are still maintaining this project?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
At the moment, if you build any project that depends on
jnanoid
under Java 11 or Java 17, you hit this:Clearly for now support should still be maintained for Java 8 consumers, but multi-release JARs exist precisely to cover this sort of eventuality.
I'd be very happy to raise a PR to solve this if @davidklebanoff you would be willing to consider this and are still maintaining this project?
The text was updated successfully, but these errors were encountered: