From 8e245e4410f0d017794828660c05b448efb3cd4e Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Wed, 20 Oct 2021 13:07:45 +0200 Subject: [PATCH] Remove commented-out custom stylesheet for Javadoc The team has decided to use the default Javadoc stylesheet with JDK 17. Closes gh-27496 --- gradle/docs.gradle | 2 -- 1 file changed, 2 deletions(-) diff --git a/gradle/docs.gradle b/gradle/docs.gradle index 043282176a..470c854cc9 100644 --- a/gradle/docs.gradle +++ b/gradle/docs.gradle @@ -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