File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ javadoc {
28
28
header = rootProject. description
29
29
use = true
30
30
overview = project. relativePath(" $rootProject . rootDir /framework-docs/src/docs/api/overview.html" )
31
- destinationDir = file( " $ project . docsDir / javadoc-api" )
31
+ destinationDir = project. java . docsDir. dir( " javadoc-api" ). get() . asFile
32
32
splitIndex = true
33
33
links(rootProject. ext. javadocLinks)
34
34
addBooleanOption(' Xdoclint:syntax,reference' , true ) // only check syntax and reference with doclint
@@ -52,7 +52,7 @@ rootProject.tasks.dokkaHtmlMultiModule.configure {
52
52
tasks. named(" javadoc" )
53
53
}
54
54
moduleName. set(" spring-framework" )
55
- outputDirectory. set(file( " $d ocsDir / kdoc-api" ))
55
+ outputDirectory. set(project . java . docsDir . dir( " kdoc-api" ). get() . asFile )
56
56
includes. from(" $rootProject . rootDir /framework-docs/src/docs/api/dokka-overview.md" )
57
57
}
58
58
You can’t perform that action at this time.
0 commit comments