-
Notifications
You must be signed in to change notification settings - Fork 3
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
Fix incorrect javadoc configuration #21
Conversation
This removes the incorrect So, I just moved the property to the global configuration, but you could remove the use of the property altogether, since building on JDK < 1.8 is not even possible. In which case, we could delete the 1.8+ profile and add back the hardcoded |
Agree we should get rid of the old historic check for JDK < 1.8 - perhaps we should use the doclint parameter instead. What do you think? |
That's fine. The alternative is to leave it on and (eventually) fix all warnings. It doesn't look like there are that many. |
I've been slowly working through removing the warnings. Removing the warnings would be fine as well. |
In that case, I suggest removing all references to doclint in the POM and just let it print the warnings for now. I will update the pull request if you agree. |
@goneall OK, actually, I have added |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @dwalluck
No description provided.