Skip to content

Commit 3476f7b

Browse files
committed
Add debug logging switches to Gradle launch
Update launched Gradle options to include debug logging. See gh-9316
1 parent d588bf7 commit 3476f7b

File tree

1 file changed

+2
-0
lines changed
  • spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin

1 file changed

+2
-0
lines changed

spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@
7676
<argument>${gradle.task}</argument>
7777
<argument>-Pversion=${project.version}</argument>
7878
<argument>-Pdescription=${project.description}</argument>
79+
<argument>-d</argument>
80+
<argument>-S</argument>
7981
</arguments>
8082
</configuration>
8183
<goals>

0 commit comments

Comments
 (0)