Skip to content

Commit

Permalink
Use conventions for source and encoding of aggregatedJavadoc
Browse files Browse the repository at this point in the history
Closes gh-31210
  • Loading branch information
wilkinsona committed May 30, 2022
1 parent 51893c4 commit 419ac26
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions spring-boot-project/spring-boot-docs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 419ac26

Please sign in to comment.