Skip to content

Commit

Permalink
HHH-8693 - asciidoc is not integrated into release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sebersole committed Nov 18, 2013
1 parent 9a3b141 commit da6ee1e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 3 additions & 1 deletion documentation/documentation.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 4 additions & 0 deletions release/release.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit da6ee1e

Please sign in to comment.