Skip to content

Commit 667033c

Browse files
dreis2211snicoll
authored andcommitted
Fix Actuator API PDF name
See gh-21054
1 parent 3907fb9 commit 667033c

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)