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
I have multi-module project. When I try to use checkstyle in any of my submodules I am getting the following error:
checkstyle
java.lang.NoSuchMethodError: org.apache.commons.cli.Options.hasShortOption(Ljava/lang/String;)Z
Any idea?
The text was updated successfully, but these errors were encountered:
This is most probably caused by conflict with another plugin. I've got this when used Swagger Codegen and this plugin in the same project.
I think this can be solved by adding a separate Configuration for every plugin.
Sorry, something went wrong.
Yes, I am using swagger codegen in this project...
Checkstyle 8.15 will use picocli instead of Apache Commons CLI, so that problem should go away.
No branches or pull requests
I have multi-module project. When I try to use
checkstyle
in any of my submodules I am getting the following error:java.lang.NoSuchMethodError: org.apache.commons.cli.Options.hasShortOption(Ljava/lang/String;)Z
Any idea?
The text was updated successfully, but these errors were encountered: