Merge branch '2.5.x' into 2.6.x

See gh-30166
This commit is contained in:
Andy Wilkinson
2022-03-15 19:14:42 +00:00

View File

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