Merge pull request #1 from jMonkeyEngine/master

Sync
This commit is contained in:
InShadow 2016-02-25 09:00:52 -08:00
commit 4047d2d2fd

View File

@ -91,6 +91,8 @@ task mergedJavadoc(type: Javadoc, description: 'Creates Javadoc from all the pro
title = 'jMonkeyEngine3'
destinationDir = mkdir("dist/javadoc")
options.encoding = 'UTF-8'
// Allows Javadoc to be generated on Java 8 despite doclint errors.
if (JavaVersion.current().isJava8Compatible()) {
options.addStringOption('Xdoclint:none', '-quiet')