File tree 2 files changed +6
-8
lines changed
2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -565,7 +565,7 @@ project('spring-integration-core') {
565
565
}
566
566
567
567
dokkaHtmlPartial {
568
- outputDirectory. set(new File (buildDir, ' docs/ kdoc' ))
568
+ outputDirectory. set(new File (buildDir, ' kdoc' ))
569
569
dokkaSourceSets {
570
570
main {
571
571
sourceRoots. setFrom(file(' src/main/kotlin' ))
@@ -1164,7 +1164,7 @@ task api(type: Javadoc) {
1164
1164
dokkaHtmlMultiModule {
1165
1165
dependsOn api
1166
1166
moduleName. set(' spring-integration' )
1167
- outputDirectory. set(file(" $buildDir /docs/ kdoc" ))
1167
+ outputDirectory. set(file(" $buildDir /kdoc" ))
1168
1168
}
1169
1169
1170
1170
apply from : " ${ rootDir} /gradle/docs.gradle"
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ task checkAsciidocLinks {
52
52
}
53
53
54
54
def observationInputDir = file(' spring-integration-core/src/main/java/org/springframework/integration/support/management/observation' ). absolutePath
55
- def generatedDocsDir = file(" $buildDir /docs /generated" ). absolutePath
55
+ def generatedDocsDir = file(" $buildDir /reference /generated" ). absolutePath
56
56
57
57
task generateObservabilityDocs (type : JavaExec ) {
58
58
inputs. dir(observationInputDir)
@@ -74,7 +74,7 @@ task filterMetricsDocsContent(type: Copy) {
74
74
task prepareDocs (type : Copy ) {
75
75
dependsOn checkAsciidocLinks, filterMetricsDocsContent
76
76
from ' src/reference/asciidoc'
77
- into " $buildDir /docs "
77
+ into " $buildDir /reference "
78
78
}
79
79
80
80
asciidoctorPdf {
@@ -88,8 +88,7 @@ asciidoctorPdf {
88
88
baseDirFollowsSourceFile()
89
89
90
90
asciidoctorj {
91
- sourceDir " $buildDir /docs"
92
- inputs. dir(sourceDir)
91
+ sourceDir " $buildDir /reference"
93
92
sources {
94
93
include ' index-single.adoc'
95
94
}
@@ -115,8 +114,7 @@ asciidoctor {
115
114
baseDirFollowsSourceFile()
116
115
117
116
configurations ' asciidoctorExtensions'
118
- sourceDir " $buildDir /docs"
119
- inputs. dir(sourceDir)
117
+ sourceDir " $buildDir /reference"
120
118
outputOptions {
121
119
backends ' spring-html'
122
120
}
You can’t perform that action at this time.
0 commit comments