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 {
|
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…
Reference in New Issue