Use conventions for source and encoding of aggregatedJavadoc

Closes gh-31210
This commit is contained in:
Andy Wilkinson 2022-05-30 17:15:45 +01:00
parent 51893c4bba
commit 419ac26e0d

View File

@ -193,10 +193,8 @@ task aggregatedJavadoc(type: Javadoc) {
options {
author = true
docTitle = "Spring Boot ${project.version} API"
encoding = "UTF-8"
memberLevel = "protected"
outputLevel = "quiet"
source = "1.8"
splitIndex = true
stylesheetFile = file("src/main/javadoc/spring-javadoc.css")
use = true