yahoo / CMAK

CMAK is a tool for managing Apache Kafka clusters
Apache License 2.0
11.83k stars 2.51k forks source link

stuck sbt plugin "bintray-sbt" when running ./sbt clean dist #487

Open icearn opened 6 years ago

icearn commented 6 years ago

Hi guys,

I am very confused now about sbt plugin dependencies. When I build the project with ./sbt clean dist command, I got stuck with "Resolving me.lessis#bintray-sbt;0.3.0". Turned on the debug in plugin.sbt, I found these: [info] Resolving me.lessis#bintray-sbt;0.3.0 ... [debug] sbt-chain: Checking cache for: dependency: me.lessis#bintray-sbt;0.3.0 {compile=[default(compile)]} [info] Resolving me.lessis#bintray-sbt;0.3.0 ... [debug] sbt-chain-delegate: Checking cache for: dependency: me.lessis#bintray-sbt;0.3.0 {compile=[default(compile)]} [debug] tried https://repo.typesafe.com/typesafe/ivy-releases/me.lessis/bintray-sbt/scala_2.10/sbt_0.13/0.3.0/ivys/ivy.xml

I tried to reach the dependency url myself and found it's not existing any more.

What to do to fix this? Please advise

amandeep0440 commented 6 years ago

facing the same issue.