java: Turn off doclint to prevent errors on JDK 8

On JDK 8, doclint is enabled by default with strict validation of HTML
tags, which causes the build to fail. See
http://blog.joda.org/2014/02/turning-off-doclint-in-jdk-8-javadoc.html
This commit is contained in:
Margaret Lewicka
2015-02-09 11:06:17 +00:00
committed by Richard W.M. Jones
parent 668c4784a9
commit 8940b03658

View File

@@ -68,7 +68,7 @@ clean-local:
if HAVE_JAVA
JAVAC_FLAGS = $(EXTRA_JAVAC_FLAGS) -encoding utf-8
JAVADOC_FLAGS = -encoding utf-8
JAVADOC_FLAGS = -encoding utf-8 -Xdoclint:none
# Java source.