Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change priority to use MavenCentral instead of JCenter since it became read-only and it is often offline. #107

Merged
merged 2 commits into from
May 23, 2022

Conversation

sayurimizuguchi
Copy link
Contributor

Description

JCenter has been offline often and it is causing pipeline issues when trying to download the poms/jars.
Since JCenter also serves as a mirror for Maven Central, and any dependencies available on Maven Central are also available on JCenter, it is better to rely on Maven Central; even the Gradle team is discouraging the use of JCenter since it became read-only. Check more info here

Changes

  • Add maven central to project repo
  • Change mavenCentral as a priority to download than jcenter

Notes

  • JCenter has been offline often and it is causing pipeline issues when trying to download the poms/jars.
  • Since JCenter also serves as a mirror for Maven Central, and any dependencies available on Maven Central are also available on JCenter
  • it is better to rely on Maven Central since the Gradle team is discouraging the use of JCenter since it became read-only.

JCenter has been offline often and it is causing pipeline issues when trying to download the poms/jars. 
Since JCenter also serves as a mirror for Maven Central, and any dependencies available on Maven Central are also available on JCenter, it is better to rely on Maven Central since Gradle team is discouraging the use of JCenter since it became read-only.
add mavenCentral as priority for repos than jcenter
@pradeep1991singh pradeep1991singh merged commit 9746bf5 into pradeep1991singh:master May 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants