Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

bintray repository is missing #122

Open
sshplendid opened this issue May 3, 2021 · 5 comments
Open

bintray repository is missing #122

sshplendid opened this issue May 3, 2021 · 5 comments

Comments

@sshplendid
Copy link

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
Copy link

oeystein commented May 3, 2021

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

@jabrahamcbre
Copy link

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

@ritamanning
Copy link

Having same issue here

@ritamanning
Copy link

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
Copy link

avpet commented May 15, 2021

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.

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

5 participants