parent
47cdc7c5f0
commit
da32e3d39e
|
@ -27,7 +27,7 @@ javadoc {
|
||||||
author = true
|
author = true
|
||||||
header = rootProject.description
|
header = rootProject.description
|
||||||
use = true
|
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")
|
destinationDir = file("${project.buildDir}/docs/javadoc-api")
|
||||||
splitIndex = true
|
splitIndex = true
|
||||||
links(rootProject.ext.javadocLinks)
|
links(rootProject.ext.javadocLinks)
|
||||||
|
|
Loading…
Reference in New Issue