Merge branch '2.6.x' into 2.7.x
Closes gh-31211
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user