remove bintrayUpload argument
This commit is contained in:
parent
a618f8ca4f
commit
5b20ed413d
1 changed files with 0 additions and 3 deletions
|
@ -865,9 +865,6 @@ class ToolchainCL(object):
|
||||||
raise BuildInterruptingException(
|
raise BuildInterruptingException(
|
||||||
"Unknown build mode {} for apk()".format(args.build_mode))
|
"Unknown build mode {} for apk()".format(args.build_mode))
|
||||||
output = shprint(gradlew, "--console=plain", gradle_task,
|
output = shprint(gradlew, "--console=plain", gradle_task,
|
||||||
"bintrayUpload",
|
|
||||||
"-PdryRun=false",
|
|
||||||
"-Poverride=true",
|
|
||||||
_tail=20,
|
_tail=20,
|
||||||
_critical=True, _env=env)
|
_critical=True, _env=env)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue