From 3476f7b8a4dcb0bd16fd6e05677d4ef7dc1d43ce Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Mon, 12 Jun 2017 22:09:50 -0700 Subject: [PATCH] Add debug logging switches to Gradle launch Update launched Gradle options to include debug logging. See gh-9316 --- .../spring-boot-tools/spring-boot-gradle-plugin/pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/pom.xml b/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/pom.xml index 8c121fca62..ae702a1582 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/pom.xml +++ b/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/pom.xml @@ -76,6 +76,8 @@ ${gradle.task} -Pversion=${project.version} -Pdescription=${project.description} + -d + -S