Add missing task dependencies

See gh-29406
This commit is contained in:
Andy Wilkinson 2022-03-15 19:14:25 +00:00
parent f32895ba9d
commit 3ab688ef82
1 changed files with 2 additions and 0 deletions

View File

@ -320,6 +320,7 @@ syncDocumentationSourceForAsciidoctorMultipage {
dependsOn documentDependencyVersions
dependsOn documentVersionProperties
dependsOn documentConfigurationProperties
dependsOn documentDevtoolsPropertyDefaults
from("${buildDir}/docs/generated") {
into "asciidoc"
}
@ -341,6 +342,7 @@ syncDocumentationSourceForAsciidoctorPdf {
dependsOn documentDependencyVersions
dependsOn documentVersionProperties
dependsOn documentConfigurationProperties
dependsOn documentDevtoolsPropertyDefaults
from("${buildDir}/docs/generated") {
into "asciidoc"
}