Remove JDK8 options from Javadoc

This commit is contained in:
Rob Winch
2014-09-29 21:04:06 -05:00
parent 83b902c86b
commit 876d466563

View File

@@ -54,7 +54,7 @@ javadoc {
options.author = true
options.header = project.name
options.links(project.ext.javadocLinks)
options.addStringOption('Xdoclint:none', '-quiet')
options.addStringOption('-quiet')
// suppress warnings due to cross-module @see and @link references;
// note that global 'api' task does display all warnings.