Skip to content

Commit b2563c4

Browse files
committed
Add debug logging switches to Gradle launch
Update launched Gradle options to include debug logging. See spring-projectsgh-9316
1 parent 034aea1 commit b2563c4

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)