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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user