Remove commented-out custom stylesheet for Javadoc

The team has decided to use the default Javadoc stylesheet with JDK 17.

Closes gh-27496
This commit is contained in:
Sam Brannen
2021-10-20 13:07:45 +02:00
parent f78d9cdf22
commit 8e245e4410

View File

@@ -43,8 +43,6 @@ task api(type: Javadoc) {
header = rootProject.description
use = true
overview = "src/docs/api/overview.html"
// Disable custom stylesheet until we resolve https://github.com/spring-projects/spring-framework/issues/27496
// stylesheetFile = file("src/docs/api/stylesheet.css")
splitIndex = true
links(project.ext.javadocLinks)
addBooleanOption('Xdoclint:syntax', true) // only check syntax with doclint