Rename plugin PDF reference doc files
This commit renames the PDF documentation files generated for the build plugins when the distribution archive is created. See gh-20829
This commit is contained in:
parent
f40444e212
commit
c119dd2450
|
|
@ -99,6 +99,7 @@ task zip(type: Zip) {
|
|||
duplicatesStrategy "fail"
|
||||
from(asciidoctorPdf.outputDir) {
|
||||
into "reference/pdf"
|
||||
rename "index.pdf", "${project.name}-reference.pdf"
|
||||
}
|
||||
from(asciidoctor.outputDir) {
|
||||
into "reference/html"
|
||||
|
|
|
|||
|
|
@ -99,6 +99,7 @@ task zip(type: Zip) {
|
|||
duplicatesStrategy "fail"
|
||||
from(asciidoctorPdf.outputDir) {
|
||||
into "reference/pdf"
|
||||
rename "index.pdf", "${project.name}-reference.pdf"
|
||||
}
|
||||
from(asciidoctor.outputDir) {
|
||||
into "reference/html"
|
||||
|
|
|
|||
Loading…
Reference in New Issue