Display Javadoc Errors

This commit is contained in:
Rob Winch
2015-11-05 08:44:12 -06:00
parent 76d341d6ca
commit aeef1417e1

View File

@@ -73,12 +73,7 @@ javadoc {
options.author = true
options.header = project.name
options.links(project.ext.javadocLinks)
options.addStringOption('-quiet')
// suppress warnings due to cross-module @see and @link references;
// note that global 'api' task does display all warnings.
logging.captureStandardError LogLevel.INFO
logging.captureStandardOutput LogLevel.INFO // suppress "## warnings" message
}
task sourcesJar(type: Jar, dependsOn: classes) {