We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ec9a6d commit b5bc7edCopy full SHA for b5bc7ed
gradle/java-publication.gradle
@@ -95,6 +95,12 @@ bintray {
95
key = System.getenv('BINTRAY_API_KEY')
96
publish = true //can be changed to 'false' for testing
97
dryRun = project.hasProperty("bintrayDryRun")
98
+
99
+ // allow override in order to possibility re-run job if something failed
100
+ // especially Maven Central sync
101
+ // https://github.com/mockito/mockito-testng/issues/26
102
+ override = true
103
104
publications = ['javaLibrary']
105
106
pkg {
0 commit comments