You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to publish a new version of my library and all my builds fail like this:
* What went wrong:
Execution failed for task ':library:bintrayUpload'.
> Could not upload to 'https://api.bintray.com/content/firebase/geofire/geofire-android/3.1.0/com/firebase/geofire-android/3.1.0/geofire-android-3.1.0.aar': HTTP/1.1 400 Bad Request [message:Error occurred while uploading]
It's not the aar itself. If I remove that from the publication then the failure is the javadocJar, if I remove that then the sourcesJar and if I remove that then the pom.
Is there any way I can find out what is wrong with my request? There's nothing in --debug