Add debug logging switches to Gradle launch

Update launched Gradle options to include debug logging.

See gh-9316
This commit is contained in:
Phillip Webb
2017-06-12 22:09:50 -07:00
parent d588bf7506
commit 3476f7b8a4

View File

@@ -76,6 +76,8 @@
<argument>${gradle.task}</argument> <argument>${gradle.task}</argument>
<argument>-Pversion=${project.version}</argument> <argument>-Pversion=${project.version}</argument>
<argument>-Pdescription=${project.description}</argument> <argument>-Pdescription=${project.description}</argument>
<argument>-d</argument>
<argument>-S</argument>
</arguments> </arguments>
</configuration> </configuration>
<goals> <goals>