Commit fc868155 authored by Vedran Pavic's avatar Vedran Pavic Committed by Stephane Nicoll

Fix incorrect default value for executable flag

Closes gh-4561
parent 8708a07a
...@@ -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` |`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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment