Fix incorrect default value for executable flag
Closes gh-4561
This commit is contained in:
parent
8708a07a98
commit
fc868155ff
|
|
@ -392,7 +392,7 @@ want the other Boot features but not this one)
|
||||||
|
|
||||||
|`executable`
|
|`executable`
|
||||||
|Boolean flag to indicate if jar files are fully executable on Unix like operating
|
|Boolean flag to indicate if jar files are fully executable on Unix like operating
|
||||||
systems. Defaults to `true`.
|
systems. Defaults to `false`.
|
||||||
|
|
||||||
|`embeddedLaunchScript`
|
|`embeddedLaunchScript`
|
||||||
|The embedded launch script to prepend to the front of the jar if it is fully executable.
|
|The embedded launch script to prepend to the front of the jar if it is fully executable.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue