americanexpress / nodes

A GraphQL JVM Client - Java, Kotlin, Scala, etc.
Apache License 2.0
307 stars 70 forks source link

bintray repository is missing #122

Open sshplendid opened 3 years ago

sshplendid commented 3 years ago

Hi. I found my build was broken. I've thought the bintray respository is missing. Can I get any alternative repository? Anyone help?

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':app-core:compileJava'.
> Could not resolve all files for configuration ':app-core:compileClasspath'.
   > Could not find io.aexp.nodes.graphql:nodes:0.5.0.
     Required by:
         project :app-core
// build.gradle
    repositories {
        jcenter()
        maven { url 'https://dl.bintray.com/americanexpress/maven/' }
    }

    dependencies {
        dependency "io.aexp.nodes.graphql:nodes:0.5.0"
    }
oeystein commented 3 years ago

Likely #121 that have gone into effect. Hopefully Amex devs can migrate rather quickly, it's a very useful library.

jabrahamcbre commented 3 years ago

will this help https://packages.atlassian.com/maven-3rdparty/io/aexp/nodes/graphql/nodes/0.4.0-atlassian-hosted/

ritamanning commented 3 years ago

Having same issue here

ritamanning commented 3 years ago

will this help https://packages.atlassian.com/maven-3rdparty/io/aexp/nodes/graphql/nodes/0.4.0-atlassian-hosted/

I also needed to included 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.12.3' to run with 0.4.0-atlassian-hosted

avpet commented 3 years ago

We could probably use https://jitpack.io/#americanexpress/nodes for the time being, until we have the official versions migrated to some other public repo.