Javadoc linting was disabled with parameter -Xdoclint:none because of several errors that caused the build to fail (see javadoc.gradle). Most of this errors are ignorable but some may prevent the javadoc from rendering correctly. It would be ideal to fix these issues and eventually re-enable the linter to automatically validate documentation. Start by fixing javadoc errors of type self-closing element not allowed by mass replace. |