Merge pull request #31736 from tylerbertrand
* pr/31736: Use relative path for javadoc overview Closes gh-31736
This commit is contained in:
commit
0bec8125a4
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue