Skip to content

Commit 2a087c8

Browse files
committed
Align reference docs with new Gradle DSL for archive's launch script
Closes gh-9935
1 parent 7c1bc68 commit 2a087c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-boot-docs/src/main/asciidoc/deployment.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -526,8 +526,8 @@ With Gradle, the equivalent configuration is:
526526

527527
[source,groovy,indent=0,subs="verbatim,quotes,attributes"]
528528
----
529-
springBoot {
530-
executable = true
529+
bootJar {
530+
launchScript()
531531
}
532532
----
533533

0 commit comments

Comments
 (0)