question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

bintray repository is missing

See original GitHub issue

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"
    }

Issue Analytics

  • State:open
  • Created 2 years ago
  • Reactions:15
  • Comments:5

github_iconTop GitHub Comments

4reactions
avpetcommented, 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.

Read more comments on GitHub >

github_iconTop Results From Across the Web

jcenter repository disappeared - gradle - Stack Overflow
I checked out your library (org.litepal.android) and it seems that particular version isn't available from any other repository.
Read more >
JFrog to Shut down JCenter and Bintray - InfoQ
JFrog has announced that it is shutting down the Bintray asset hosting service, which includes the JCenter Java repository, often used by ...
Read more >
JCenter and Bintray is shutting down, what to do? - TestFairy
JFrog announced that they will be shutting down Bintray and JCenter on February 3rd 2021. Here are the steps to fix your Android...
Read more >
Into the Sunset on May 1st: Bintray, GoCenter, and ChartCenter
To streamline the productivity of the JFrog Platform we will be sunsetting Bintray (including JCenter), GoCenter, and ChartCenter services ...
Read more >
JCenter Shutdown Impact on Gradle Builds
UPDATE: JFrog has decided to keep JCenter as a read-only repository indefinitely. New package and versions are no longer accepted on JCenter.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found