Merge branch '2.6.x' into 2.7.x

Closes gh-31211
pull/31258/head
Andy Wilkinson 3 years ago
commit 70bcade232

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

Loading…
Cancel
Save