Merge branch '2.6.x' into 2.7.x

Closes gh-31211
This commit is contained in:
Andy Wilkinson 2022-05-30 17:16:53 +01:00
commit 70bcade232
1 changed files with 0 additions and 2 deletions

View File

@ -206,10 +206,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