Merge pull request #31736 from tylerbertrand

* pr/31736:
  Use relative path for javadoc overview

Closes gh-31736
This commit is contained in:
Stéphane Nicoll 2023-12-02 16:22:19 +01:00
commit 0bec8125a4
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)