-
Notifications
You must be signed in to change notification settings - Fork 73
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
[BUG] Java Doc Warnings on CI #253
Comments
@saratvemulapalli I'd like to work on this if you are still looking for contributors. |
@kirsteend absolutely, thank you for picking this up. |
@saratvemulapalli Do you want me to stub in javadocs for the existing warnings too? Otherwise builds will start failing 😢 |
@kirsteend ideally yeah. It's a one time effort to add the Java docs and get rid of warnings and turning on Java doc strict will help the repo be sane. |
Hello, was this issue ever resolved? I would like to work through it. |
@abermu3 we haven't merged any changes, absolutely all yours! |
What is the bug?
CI runs are throwing out Java Doc warnings
As part of the issue, lets move the Java doc to strict to ensure PR checks fail when new Java Docs are not added.
How can one reproduce the bug?
./gradlew build
What is the expected behavior?
No warnings :)
Example Run: https://github.com/opensearch-project/job-scheduler/actions/runs/3237630000/jobs/5318660430
The text was updated successfully, but these errors were encountered: