Hello Grant Henke,
I'd like you to do a code review. Please visit
http://gerrit.cloudera.org:8080/16924
to review the following change.
Change subject: [docs] Add note about Javadoc compatibility
......................................................................
[docs] Add note about Javadoc compatibility
An earlier commit (3d344ecefe) disabled building javadoc on JDK 10+ due
to some compatibility issues. When attempting to build javadoc, the
actual building will be skipped and it will fail making the docs.
If the javadoc build is re-enalbed for JDK 10+, it fails with the below
error:
javadoc: error - Class
org.apache.yetus.audience.tools.IncludePublicAnnotationsStandardDoclet is not a
valid doclet.
Note: As of JDK 13, the com.sun.javadoc API is no longer supported.
This commit adds a note about this compatibility issue to the docs
building readme to make sure people build docs on JDK 8.
Change-Id: I1a84edd44e890c37fcf857f7904b6de10948f0fb
---
M README.adoc
1 file changed, 3 insertions(+), 0 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/24/16924/1
--
To view, visit http://gerrit.cloudera.org:8080/16924
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I1a84edd44e890c37fcf857f7904b6de10948f0fb
Gerrit-Change-Number: 16924
Gerrit-PatchSet: 1
Gerrit-Owner: Attila Bukor <[email protected]>
Gerrit-Reviewer: Grant Henke <[email protected]>