Skip to content

Commit

Permalink
More bintray replacements (#1038)
Browse files Browse the repository at this point in the history
* bintray replacements

* Plugin resolvers can be removed since they are published to sonatype
  • Loading branch information
debasishg authored Apr 29, 2021
1 parent aa388fb commit 88672f6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
// Resolver for the cloudflow-sbt plugin
resolvers += Resolver.url("cloudflow", url("https://lightbend.bintray.com/cloudflow"))(Resolver.ivyStylePatterns)

// Needs cloudflow from https://github.com/lightbend/cloudflow/pull/642
val latestVersion = {
sys.env.get("CLOUDFLOW_VERSION").fold(
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
// Resolver for the cloudflow-sbt plugin
resolvers += Resolver.url("cloudflow", url("https://lightbend.bintray.com/cloudflow"))(Resolver.ivyStylePatterns)

// Needs cloudflow from https://github.com/lightbend/cloudflow/pull/642
val latestVersion = {
sys.env.get("CLOUDFLOW_VERSION").fold(
Expand Down
4 changes: 0 additions & 4 deletions examples/taxi-ride-proto/project/cloudflow-plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
// Resolver for the cloudflow-sbt plugin
//
resolvers += Resolver.url("cloudflow", url("https://lightbend.bintray.com/cloudflow"))(Resolver.ivyStylePatterns)

addSbtPlugin("com.lightbend.cloudflow" % "sbt-cloudflow" % "2.0.10")

0 comments on commit 88672f6

Please sign in to comment.