lightbend-labs / dbuild

Multi-project build tool, based on sbt.
https://lightbend-labs.github.io/dbuild
Other
83 stars 14 forks source link

Add support for the "override" Bintray option #203

Closed cunei closed 6 years ago

cunei commented 6 years ago

One of the Bintray deploy features is the "override" option, by which existing artifacts will be overwritten if an identically named file already exists in the repository. By default, such a duplicate upload will instead result in a "409" HTTP error code. At present, dbuild has no support for the Bintray "override" option; that support should be added to dbuild's Deploy module.