Merge branch '2.7.x'
This commit is contained in:
commit
05130d9eb0
|
@ -343,6 +343,7 @@ syncDocumentationSourceForAsciidoctorMultipage {
|
||||||
dependsOn documentDependencyVersions
|
dependsOn documentDependencyVersions
|
||||||
dependsOn documentVersionProperties
|
dependsOn documentVersionProperties
|
||||||
dependsOn documentConfigurationProperties
|
dependsOn documentConfigurationProperties
|
||||||
|
dependsOn documentDevtoolsPropertyDefaults
|
||||||
from("${buildDir}/docs/generated") {
|
from("${buildDir}/docs/generated") {
|
||||||
into "asciidoc"
|
into "asciidoc"
|
||||||
}
|
}
|
||||||
|
@ -367,6 +368,7 @@ syncDocumentationSourceForAsciidoctorPdf {
|
||||||
dependsOn documentDependencyVersions
|
dependsOn documentDependencyVersions
|
||||||
dependsOn documentVersionProperties
|
dependsOn documentVersionProperties
|
||||||
dependsOn documentConfigurationProperties
|
dependsOn documentConfigurationProperties
|
||||||
|
dependsOn documentDevtoolsPropertyDefaults
|
||||||
from("${buildDir}/docs/generated") {
|
from("${buildDir}/docs/generated") {
|
||||||
into "asciidoc"
|
into "asciidoc"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue