|
|
|
@ -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"
|
|
|
|
|
}
|
|
|
|
|