Use relative path for javadoc overview

See gh-31736
This commit is contained in:
Tyler Bertrand 2023-11-30 13:46:46 -06:00 committed by Stéphane Nicoll
parent 47cdc7c5f0
commit da32e3d39e
1 changed files with 1 additions and 1 deletions

View File

@ -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)