parent
f32895ba9d
commit
3ab688ef82
|
@ -320,6 +320,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"
|
||||||
}
|
}
|
||||||
|
@ -341,6 +342,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