-
Notifications
You must be signed in to change notification settings - Fork 1
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
disable javadoc for modules which don’t have a public or protected clases #17
Conversation
…asses javadoc fails with: > error: No public or protected classes found to document.
Even javadoc is disabled for
@melix any idea what we could do to workaround this? |
Let me take a look at the Java 21 issue, but I think the initial problem, which is disabling javadoc for some modules, will not work when publishing to Maven Central, because javadocs are mandatory. |
5f13043
to
c4f7e14
Compare
Quality Gate passedIssues Measures |
Issue should be fixed now. The empty javadocs are not a problem. Should they be, a better solution than disabling the javadocs would be to create a |
javadoc fails with: