Skip to content

Commit

Permalink
MBS-8494 Manual publishing with override
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeniy Krivobokov committed May 19, 2020
1 parent 50b00c9 commit 32baad4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,9 @@ fun Project.configureBintray(vararg publications: String) {

dryRun = false
publish = true
override = true
// Use override for inconsistently uploaded artifacts
// Example: NoHttpResponseException: api.bintray.com:443 failed to respond (https://github.com/bintray/gradle-bintray-plugin/issues/325)
override = false
pkg(closureOf<PackageConfig> {
repo = "maven"
userOrg = "avito"
Expand Down
2 changes: 1 addition & 1 deletion publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

source $(dirname $0)/_main.sh

runInBuilder "./gradlew publishRelease ${GRADLE_ARGS} --no-parallel --continue --stacktrace --info"
runInBuilder "./gradlew publishRelease ${GRADLE_ARGS} --no-parallel --stacktrace"

0 comments on commit 32baad4

Please sign in to comment.