Skip to content

Commit 3ab688e

Browse files
committed
Add missing task dependencies
See gh-29406
1 parent f32895b commit 3ab688e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spring-boot-project/spring-boot-docs/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,7 @@ syncDocumentationSourceForAsciidoctorMultipage {
320320
dependsOn documentDependencyVersions
321321
dependsOn documentVersionProperties
322322
dependsOn documentConfigurationProperties
323+
dependsOn documentDevtoolsPropertyDefaults
323324
from("${buildDir}/docs/generated") {
324325
into "asciidoc"
325326
}
@@ -341,6 +342,7 @@ syncDocumentationSourceForAsciidoctorPdf {
341342
dependsOn documentDependencyVersions
342343
dependsOn documentVersionProperties
343344
dependsOn documentConfigurationProperties
345+
dependsOn documentDevtoolsPropertyDefaults
344346
from("${buildDir}/docs/generated") {
345347
into "asciidoc"
346348
}

0 commit comments

Comments
 (0)