Merge branch '2.6.x' into 2.7.x

See gh-30167
This commit is contained in:
Andy Wilkinson 2022-03-15 19:15:03 +00:00
commit e97fa0ae52
1 changed files with 2 additions and 0 deletions

View File

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