Skip to content

Commit 3079159

Browse files
committed
Merge pull request spring-projects#4561 from vpavic/update-docs
* pr/4561: Fix incorrect default value for executable flag
2 parents 8708a07 + fc86815 commit 3079159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ want the other Boot features but not this one)
392392

393393
|`executable`
394394
|Boolean flag to indicate if jar files are fully executable on Unix like operating
395-
systems. Defaults to `true`.
395+
systems. Defaults to `false`.
396396

397397
|`embeddedLaunchScript`
398398
|The embedded launch script to prepend to the front of the jar if it is fully executable.

0 commit comments

Comments
 (0)