gradlew stacktrace
This commit is contained in:
parent
0ce2f150a0
commit
0bbb913b8d
1 changed files with 1 additions and 1 deletions
|
@ -1111,7 +1111,7 @@ class ToolchainCL:
|
|||
|
||||
# WARNING: We should make sure to clean the build directory before building.
|
||||
# See PR: kivy/python-for-android#2705
|
||||
output = shprint(gradlew, "clean", gradle_task, _tail=20,
|
||||
output = shprint(gradlew, "clean", gradle_task, '--stacktrace', _tail=20,
|
||||
_critical=True, _env=env)
|
||||
return output, build_args
|
||||
|
||||
|
|
Loading…
Reference in a new issue