Fix Actuator API PDF name

See gh-21054
This commit is contained in:
dreis2211 2020-04-21 08:03:13 +02:00 committed by Stephane Nicoll
parent 3907fb9e02
commit 667033c149
1 changed files with 1 additions and 0 deletions

View File

@ -194,6 +194,7 @@ task zip(type: Zip) {
duplicatesStrategy "fail"
from(asciidoctorPdf.outputDir) {
into "pdf"
rename { "spring-boot-actuator-web-api.pdf" }
}
from(asciidoctor.outputDir) {
into "html"