Fixed javadoc titles

This commit is contained in:
Michael Minella
2017-10-23 16:53:53 -05:00
parent 52d2c257c5
commit 8afb276b3e

View File

@@ -673,10 +673,10 @@ sonarqube {
task api(type: Javadoc) {
group = 'Documentation'
description = 'Generates aggregated Javadoc API documentation.'
title = "${rootProject.description} ${version} API"
title = "Spring Batch ${version} API"
options.memberLevel = org.gradle.external.javadoc.JavadocMemberLevel.PROTECTED
options.author = true
options.header = rootProject.description
options.header = 'Spring Batch'
options.overview = 'src/api/overview.html'
if (JavaVersion.current().isJava8Compatible()) {
options.addStringOption('Xdoclint:none', '-quiet')