bintray repository is missing
See original GitHub issueHi. 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:
- Created 2 years ago
- Reactions:15
- Comments:5
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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.
will this help https://packages.atlassian.com/maven-3rdparty/io/aexp/nodes/graphql/nodes/0.4.0-atlassian-hosted/