mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
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:
committed by
Richard W.M. Jones
parent
668c4784a9
commit
8940b03658
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user