Skip to content

Commit

Permalink
override
Browse files Browse the repository at this point in the history
  • Loading branch information
dsvoronin committed Sep 30, 2020
1 parent 2617768 commit 008c4f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subprojects/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ fun Project.configureBintray(vararg publications: String) {
// Examples of issues:
// - NoHttpResponseException: api.bintray.com:443 failed to respond (https://github.com/bintray/gradle-bintray-plugin/issues/325)
// - Could not upload to 'https://api.bintray.com/...': HTTP/1.1 405 Not Allowed 405 Not Allowed405 Not Allowednginx
override = false
override = true
pkg(closureOf<PackageConfig> {
repo = "maven"
userOrg = "avito"
Expand Down

0 comments on commit 008c4f3

Please sign in to comment.