bintray / gradle-bintray-plugin

Apache License 2.0
1.28k stars 197 forks source link

Publish task is flaky for a large project #333

Open jameskleeh opened 4 years ago

jameskleeh commented 4 years ago

Twice in a row the Micronaut project has had a failed release due to:

https://github.com/micronaut-projects/micronaut-core/runs/1144342406?check_suite_focus=true#step:12:800

Publish and maven sync is turned off here so the only work being done should be the gpg signging. Perhaps add a retry mechanism?