Skip to content

Commit 419ac26

Browse files
committed
Use conventions for source and encoding of aggregatedJavadoc
Closes gh-31210
1 parent 51893c4 commit 419ac26

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

spring-boot-project/spring-boot-docs/build.gradle

-2
Original file line numberDiff line numberDiff line change
@@ -193,10 +193,8 @@ task aggregatedJavadoc(type: Javadoc) {
193193
options {
194194
author = true
195195
docTitle = "Spring Boot ${project.version} API"
196-
encoding = "UTF-8"
197196
memberLevel = "protected"
198197
outputLevel = "quiet"
199-
source = "1.8"
200198
splitIndex = true
201199
stylesheetFile = file("src/main/javadoc/spring-javadoc.css")
202200
use = true

0 commit comments

Comments
 (0)