Use relative path for javadoc overview
See gh-31736
This commit is contained in:
committed by
Stéphane Nicoll
parent
47cdc7c5f0
commit
da32e3d39e
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user