From fc868155ff73884a8591f7241284469339663ed8 Mon Sep 17 00:00:00 2001 From: Vedran Pavic Date: Fri, 20 Nov 2015 10:03:52 +0100 Subject: [PATCH] Fix incorrect default value for executable flag Closes gh-4561 --- spring-boot-docs/src/main/asciidoc/build-tool-plugins.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-docs/src/main/asciidoc/build-tool-plugins.adoc b/spring-boot-docs/src/main/asciidoc/build-tool-plugins.adoc index 193a2480d5..53b1805b04 100644 --- a/spring-boot-docs/src/main/asciidoc/build-tool-plugins.adoc +++ b/spring-boot-docs/src/main/asciidoc/build-tool-plugins.adoc @@ -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.