Fix Actuator API PDF name
See gh-21054
This commit is contained in:
committed by
Stephane Nicoll
parent
3907fb9e02
commit
667033c149
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user