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
Create examples for modular usage.
Related to:
picocli-codegen
module-info.class
picocli-groovy
picocli-shell-jline2
picocli-shell-jline3
picocli-spring-boot-starter
The text was updated successfully, but these errors were encountered:
[#1626] Add JPMS modular usage example
6831d55
See https://stackoverflow.com/questions/69688720/using-picocli-with-picocli-shell-jline3-and-configured-java-modules-leads-to-unn
Sorry, something went wrong.
done: https://github.com/remkop/picocli/tree/main/picocli-tests-jpms-modules
No branches or pull requests
Create examples for modular usage.
Related to:
picocli-codegen
artifact is now an explicitly declared named JPMS module with amodule-info.class
.picocli-groovy
artifact is now an explicitly declared named JPMS module with amodule-info.class
.picocli-shell-jline2
is now an explicitly declared named JPMS module with amodule-info.class
.picocli-shell-jline3
is now an explicitly declared named JPMS module with amodule-info.class
.picocli-spring-boot-starter
is now an explicitly declared named JPMS module with amodule-info.class
.The text was updated successfully, but these errors were encountered: