Commit 3476f7b8 authored by Phillip Webb's avatar Phillip Webb

Add debug logging switches to Gradle launch

Update launched Gradle options to include debug logging.

See gh-9316
parent d588bf75
......@@ -76,6 +76,8 @@
<argument>${gradle.task}</argument>
<argument>-Pversion=${project.version}</argument>
<argument>-Pdescription=${project.description}</argument>
<argument>-d</argument>
<argument>-S</argument>
</arguments>
</configuration>
<goals>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment