Skip to content

Commit

Permalink
Merge pull request #31736 from tylerbertrand
Browse files Browse the repository at this point in the history
* pr/31736:
  Use relative path for javadoc overview

Closes gh-31736
  • Loading branch information
snicoll committed Dec 2, 2023
2 parents 47cdc7c + da32e3d commit 0bec812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework-api/framework-api.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ javadoc {
author = true
header = rootProject.description
use = true
overview = "$rootProject.rootDir/framework-docs/src/docs/api/overview.html"
overview = project.relativePath("$rootProject.rootDir/framework-docs/src/docs/api/overview.html")
destinationDir = file("${project.buildDir}/docs/javadoc-api")
splitIndex = true
links(rootProject.ext.javadocLinks)
Expand Down

0 comments on commit 0bec812

Please sign in to comment.