mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-10 05:04:52 +00:00
add dependencies to PDF builds to staging tasks (#6813)
(not certain this is necessary)
This commit is contained in:
parent
82d2fc9bd7
commit
5240031226
@ -241,7 +241,7 @@ task stageTopicalGuide(type: Copy) {
|
||||
task stageIntroduction(type: Copy) {
|
||||
group 'Release'
|
||||
|
||||
dependsOn ':documentation:renderIntroduction'
|
||||
dependsOn ':documentation:renderIntroduction', ':documentation:renderIntroductionPdf'
|
||||
|
||||
from "${project( ':documentation' ).buildDir}/asciidoc/introduction"
|
||||
into "${buildDir}/documentation/introduction"
|
||||
@ -250,7 +250,7 @@ task stageIntroduction(type: Copy) {
|
||||
task stageQL(type: Copy) {
|
||||
group 'Release'
|
||||
|
||||
dependsOn ':documentation:renderQL'
|
||||
dependsOn ':documentation:renderQL', ':documentation:renderQLPdf'
|
||||
|
||||
from "${project( ':documentation' ).buildDir}/asciidoc/querylanguage"
|
||||
into "${buildDir}/documentation/querylanguage"
|
||||
|
Loading…
x
Reference in New Issue
Block a user