Skip to content

Commit ad703f0

Browse files
committed
Allow bintray upload to overwrite existing publications
So that a re-run of a partially failed publication is permitted
1 parent a1dac13 commit ad703f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gradle/bintray.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ bintray {
1212
name = 'testcontainers'
1313

1414
publish = true
15+
override = true
1516

1617
version {
1718
name = project.version

0 commit comments

Comments
 (0)