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