Hello Kudu Jenkins, Adar Dembo,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/10326
to look at the new patch set (#2).
Change subject: [java] Disable javadoc generation in Java 10+
......................................................................
[java] Disable javadoc generation in Java 10+
Javadoc is currently broken in Java 10+. This patch does
not fix javadocs but instead disables them when compiling
with Java 10 or higher.
We should revisit this in the future (perhaps when Java 11
is out) and hopefully by then Java, Gradle, or Yetus will
have made this easy.
Change-Id: I9a5803dec97713ff564e7169da3825dbf3231806
---
M java/gradle/docs.gradle
1 file changed, 5 insertions(+), 1 deletion(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/26/10326/2
--
To view, visit http://gerrit.cloudera.org:8080/10326
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I9a5803dec97713ff564e7169da3825dbf3231806
Gerrit-Change-Number: 10326
Gerrit-PatchSet: 2
Gerrit-Owner: Grant Henke <[email protected]>
Gerrit-Reviewer: Adar Dembo <[email protected]>
Gerrit-Reviewer: Grant Henke <[email protected]>
Gerrit-Reviewer: Kudu Jenkins