linkedin / parseq

Asynchronous Java made easier
Apache License 2.0
1.17k stars 266 forks source link

Roll back Bintray upload on failure in Travis #276

Closed evanw555 closed 4 years ago

evanw555 commented 4 years ago

There exists a problem now where a Bintray upload can partially fail, leaving the repo in a bad state where future uploads may fail due to conflicts. This fix adjusts the Travis script so that a failed Bintray upload will result in an API call to completely delete the version.

Same as the fix made in Rest.li: https://github.com/linkedin/rest.li/pull/318