Commit 667033c1 authored by dreis2211's avatar dreis2211 Committed by Stephane Nicoll

Fix Actuator API PDF name

See gh-21054
parent 3907fb9e
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment