mirror of
https://github.com/sbt/sbt.git
synced 2026-08-30 17:54:25 +02:00
This commit adds support for a `bintray-ivy:` repository prefix to the `--repository` flag in the cli. This option is equivalent to the `Resolver.bintrayIvyRepo` helper in sbt. With this new helper, it's possible to write `-r bintray-ivy:scalameta/maven/` instead of ``` -r ivy:https://dl.bintray.com/scalameta/maven/[organisation]/[module]/(scala_[scalaVersion]/)(sbt_[sbtVersion]/)[revision]/[type]s/[artifact](-[classifier]).[ext] ```