bintray repository is missing
sshplendid opened this issue · 5 comments
sshplendid commented
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
Likely #121 that have gone into effect. Hopefully Amex devs can migrate rather quickly, it's a very useful library.
jabrahamcbre commented
ritamanning commented
Having same issue here
ritamanning commented
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
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.