HHH-8693 - asciidoc is not integrated into release workflow
This commit is contained in:
parent
9a3b1417c6
commit
da6ee1e5bc
|
@ -140,4 +140,6 @@ tasks.withType(org.asciidoctor.gradle.AsciidoctorTask) { docTask ->
|
|||
|
||||
// - aggregator
|
||||
task asciidoctor(type: Task, group: 'Documentation')
|
||||
asciidoctor.dependsOn generateRegistryGuideHtml, generateMetamodelgenGuideHtml
|
||||
asciidoctor.dependsOn generateRegistryGuideHtml, generateMetamodelgenGuideHtml
|
||||
|
||||
buildDocs.dependsOn asciidoctor
|
||||
|
|
|
@ -116,6 +116,10 @@ task buildDocumentation(type: Task, dependsOn: [rootProject.project( 'documentat
|
|||
from "${rootProject.project( 'documentation' ).buildDir}/docbook/publish"
|
||||
into documentationDir
|
||||
}
|
||||
copy {
|
||||
from "${rootProject.project( 'documentation' ).buildDir}/asciidoc"
|
||||
into documentationDir
|
||||
}
|
||||
|
||||
// now prepare the upload staging directory
|
||||
versionedDocumentationDir.mkdirs()
|
||||
|
|
Loading…
Reference in New Issue