Use conventions for source and encoding of aggregatedJavadoc
Closes gh-31210
This commit is contained in:
parent
51893c4bba
commit
419ac26e0d
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue