Align reference docs with new Gradle DSL for archive's launch script

Closes gh-9935
This commit is contained in:
Andy Wilkinson 2017-09-21 11:30:57 +01:00
parent 7c1bc68fbe
commit 2a087c8827
1 changed files with 2 additions and 2 deletions

View File

@ -526,8 +526,8 @@ With Gradle, the equivalent configuration is:
[source,groovy,indent=0,subs="verbatim,quotes,attributes"]
----
springBoot {
executable = true
bootJar {
launchScript()
}
----