You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to use the scala-kafka-client for Scala 2.12. Unfortunately Gradle cannot download the artefacts. It seems some metadata on the repos is broken
* What went wrong:
Could not resolve all files for configuration ':compileClasspath'.
> Could not resolve net.cakesolutions:scala-kafka-client_2.12:1.1.0.
Required by:
project :
> Could not resolve net.cakesolutions:scala-kafka-client_2.12:1.1.0.
> Could not parse POM https://bintray.com/cakesolutions/maven/net/cakesolutions/scala-kafka-client_2.12/1.1.0/scala-kafka-client_2.12-1.1.0.pom
> Markup im Dokument vor dem Root-Element muss ordnungsgemäß formatiert sein.
> Could not resolve net.cakesolutions:scala-kafka-client-akka_2.12:1.1.0.
Required by:
project :
> Could not resolve net.cakesolutions:scala-kafka-client-akka_2.12:1.1.0.
> Could not parse POM https://bintray.com/cakesolutions/maven/net/cakesolutions/scala-kafka-client-akka_2.12/1.1.0/scala-kafka-client-akka_2.12-1.1.0.pom
> Markup im Dokument vor dem Root-Element muss ordnungsgemäß formatiert sein.
EDIT: Sorry, didnt realize the localized error-message from Gradle. The error says (for Maven and Bintray) that the pom is malformed before the root-element
Well, after using the url provided by @simonsouter Gradle was able to download. Still, I would prefer Maven-Central because this is already mirrored in our company-proxy.
I would like to use the scala-kafka-client for Scala 2.12. Unfortunately Gradle cannot download the artefacts. It seems some metadata on the repos is broken
The dependencies are specified as usual
The text was updated successfully, but these errors were encountered: