Skip to content
This repository has been archived by the owner on May 21, 2020. It is now read-only.

Cannot import in gradle #16

Open
AnumSheraz opened this issue Jan 2, 2020 · 1 comment
Open

Cannot import in gradle #16

AnumSheraz opened this issue Jan 2, 2020 · 1 comment

Comments

@AnumSheraz
Copy link

I want to use this library in Java, and mentioning this in my gradle.build as
compile group: 'aserrallerios', name: 'kcl-akka-stream_2.12', version: '0.6'

but my build fails Could not resolve aserrallerios:kcl-akka-stream_2.12:0.6.

Any help ?

@aserrallerios
Copy link
Owner

Did you add this?

<repository>
  <snapshots>
    <enabled>false</enabled>
  </snapshots>
  <id>bintray-aserrallerios-maven</id>
  <name>bintray</name>
  <url>https://dl.bintray.com/content/aserrallerios/maven</url>
</repository>

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants