Skip to content

Commit 909920a

Browse files
authored
2.x: Adjust JavaDocs dl/dd entry stylesheet (#6070)
1 parent 6b07923 commit 909920a

File tree

2 files changed

+224
-123
lines changed

2 files changed

+224
-123
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ javadoc {
9191
options.addStringOption("top").value = ""
9292
options.addStringOption("doctitle").value = ""
9393
options.addStringOption("header").value = ""
94+
options.stylesheetFile = new File(projectDir, "gradle/stylesheet.css");
9495

9596
options.links(
9697
"https://docs.oracle.com/javase/7/docs/api/",

0 commit comments

Comments
 (0)