jcenter is unreliable
See original GitHub issuemissing jar: https://travis-ci.org/slamdata/quasar/builds/81045851 https://travis-ci.org/slamdata/quasar/builds/81093558 https://travis-ci.org/slamdata/quasar/builds/81097293
500 errors: https://travis-ci.org/slamdata/quasar/builds/81462446
currently it’s the first resolver
> show fullResolvers
ArrayBuffer(
Raw(ProjectResolver(inter-project, mapped: )),
FileRepository(local,FileConfiguration(true,None),Patterns(ivyPatterns=List(${ivy.home}/local/[organisation]/[module]/(scala_[scalaVersion]/)(sbt_[sbtVersion]/)[revision]/[type]s/[artifact](-[classifier]).[ext]), artifactPatterns=List(${ivy.home}/local/[organisation]/[module]/(scala_[scalaVersion]/)(sbt_[sbtVersion]/)[revision]/[type]s/[artifact](-[classifier]).[ext]), isMavenCompatible=false, descriptorOptional=false, skipConsistencyCheck=false)),
jcenter: https://jcenter.bintray.com/,
public: https://repo1.maven.org/maven2/,
sonatype-releases: https://oss.sonatype.org/content/repositories/releases,
sonatype-releases: https://oss.sonatype.org/content/repositories/releases,
sonatype-snapshots: https://oss.sonatype.org/content/repositories/snapshots,
JBoss repository: https://repository.jboss.org/nexus/content/repositories/,
Scalaz Bintray Repo: http://dl.bintray.com/scalaz/releases,
bintray/non: http://dl.bintray.com/non/maven
)
Issue Analytics
- State:
- Created 8 years ago
- Comments:31 (19 by maintainers)
Top Results From Across the Web
JCenter deprecation; impact on Gradle and Android
UPDATE 4/27/2021: We listened to the community and will keep JCenter as a read-only repository indefinitely. Our customers and the community can ...
Read more >Hearing jcenter() is close to an end do you know any good ...
I think a pretty nice alternative for jcenter() would be GitHub Packages. It provides maven repository hosting. The document related to Gradle ...
Read more >Shutdown of jcenter - please provide a way to handle this ...
it is unreliable; it destroys the built files in a try to rewrite them to fit them into their strange conventions; if a...
Read more >Identifying Artifacts Resolved from Bintray(JCenter)
... and which means Bintray repositories (and jcenter) are going away by May, 1st 2021 . ... I have some bad news for...
Read more >Migrating from JCenter to Maven Central CDN - Bitrise
Although JCenter is still available, it is unreliable and Maven Central CDN is a far better choice with 100% uptime. Maven Central without...
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
@dwijnand
fullResolvers -= "jcenter" at "https://jcenter.bintray.com/"
if the artifact is NotFound does it try the other resolvers ?