Android Studio gradle bintray upload failed: Could not sign version -


after running

./gradlew bintrayupload 

i getting following error.

:my-library:bintrayupload failed

failure: build failed exception.

  • what went wrong: execution failed task ':my-library:bintrayupload'.

    could not sign version '0.8.1': http/1.1 400 bad request [message:private key required, please supply using json body or alternatively can stored in bintray profile]

  • try: run --stacktrace option stack trace. run --info or --debug option more log output.

build failed

it had been working when installed gpg authentication described in this tutorial.

however, when tried update version (as described here) stopped working.

i able solve issue deleting gpg key in bintray , regenerating keys.

enter image description here


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

Python Tornado package error when running server -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -