Skip to content

Commit 7a33b1a

Browse files
fmbenhassinemminella
authored andcommitted
BATCH-2673: fix the PDF version of the reference documentation
Before this commit, the file name and content of the PDF version of the reference documentation were incorrect. The file was empty and named "toggle.pdf" instead of "spring-batch-reference.pdf". This commit fixes the PDF file name and content. Resolves BATCH-2673
1 parent 4dc406e commit 7a33b1a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -743,7 +743,7 @@ task docsZip(type: Zip) {
743743
exclude 'pdf/common-patterns.pdf'
744744
exclude 'pdf/domain.pdf'
745745
exclude 'pdf/index.pdf'
746-
exclude 'pdf/index-single.pdf'
746+
exclude 'pdf/toggle.pdf'
747747
exclude 'pdf/job.pdf'
748748
exclude 'pdf/jsr-352.pdf'
749749
exclude 'pdf/readersAndWriters.pdf'
@@ -759,6 +759,8 @@ task docsZip(type: Zip) {
759759
exclude 'pdf/whatsnew.pdf'
760760
exclude 'pdf/glossary.pdf'
761761

762+
rename 'index-single.pdf', 'spring-batch-reference.pdf'
763+
762764
into 'reference'
763765
}
764766
}

0 commit comments

Comments
 (0)