Skip to content

Commit

Permalink
Allow bintray upload to overwrite existing publications
Browse files Browse the repository at this point in the history
So that a re-run of a partially failed publication is permitted
  • Loading branch information
rnorth authored and quincy committed May 28, 2020
1 parent f0e2f51 commit 7bd2ea5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gradle/bintray.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ bintray {
name = 'testcontainers'

publish = true
override = true

version {
name = project.version
Expand Down

0 comments on commit 7bd2ea5

Please sign in to comment.