Browse Source

Fix incorrect default value for executable flag

Closes gh-4561
pull/4554/merge
Vedran Pavic 10 years ago committed by Stephane Nicoll
parent
commit
fc868155ff
  1. 2
      spring-boot-docs/src/main/asciidoc/build-tool-plugins.adoc

2
spring-boot-docs/src/main/asciidoc/build-tool-plugins.adoc

@ -392,7 +392,7 @@ want the other Boot features but not this one) @@ -392,7 +392,7 @@ want the other Boot features but not this one)
|`executable`
|Boolean flag to indicate if jar files are fully executable on Unix like operating
systems. Defaults to `true`.
systems. Defaults to `false`.
|`embeddedLaunchScript`
|The embedded launch script to prepend to the front of the jar if it is fully executable.

Loading…
Cancel
Save