Show stacktrace when building the gradle plugin

This commit is contained in:
George Gastaldi
2019-12-22 11:57:10 -03:00
parent 6594baad0e
commit 9818101178

View File

@@ -64,6 +64,7 @@
<argument>${gradle.task}</argument>
<argument>-Pdescription=${project.description}</argument>
<argument>-S</argument>
<argument>--stacktrace</argument>
</arguments>
<environmentVariables>
<MAVEN_LOCAL_REPO>${settings.localRepository}</MAVEN_LOCAL_REPO>