Fix PDF reference docs generation

See gh-31809
This commit is contained in:
Brian Clozel 2022-08-01 16:17:35 +02:00
parent cbf1cd81e9
commit 5261e42dab
1 changed files with 3 additions and 0 deletions

View File

@ -377,6 +377,9 @@ syncDocumentationSourceForAsciidoctorPdf {
from("src/main/groovy") {
into "main/groovy"
}
from("src/main/resources") {
into "main/resources"
}
}
task zip(type: Zip) {