Skip to content

Commit 6d17c9f

Browse files
committed
Merge pull request #21054 from dreis2211
* pr/21054: Fix Actuator API PDF name Closes gh-21054
2 parents 3907fb9 + 667033c commit 6d17c9f

File tree

1 file changed

+1
-0
lines changed
  • spring-boot-project/spring-boot-actuator-autoconfigure

1 file changed

+1
-0
lines changed

spring-boot-project/spring-boot-actuator-autoconfigure/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ task zip(type: Zip) {
194194
duplicatesStrategy "fail"
195195
from(asciidoctorPdf.outputDir) {
196196
into "pdf"
197+
rename { "spring-boot-actuator-web-api.pdf" }
197198
}
198199
from(asciidoctor.outputDir) {
199200
into "html"

0 commit comments

Comments
 (0)