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
|
header = rootProject.description
|
||||||
use = true
|
use = true
|
||||||
overview = "src/docs/api/overview.html"
|
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
|
splitIndex = true
|
||||||
links(project.ext.javadocLinks)
|
links(project.ext.javadocLinks)
|
||||||
addBooleanOption('Xdoclint:syntax', true) // only check syntax with doclint
|
addBooleanOption('Xdoclint:syntax', true) // only check syntax with doclint
|
||||||
|
|||||||
Reference in New Issue
Block a user