[Backport 1.2] Replace JCenter with Maven Central. (#1057) and update plugin repository order.#1894
Merged
CEHENKLE merged 2 commits intoopensearch-project:1.2from Jan 12, 2022
Merged
Conversation
On February 3 2021, JFrog [announced](https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/) the shutdown of JCenter. Later on April 27 2021, an update was provided that the repository will only be read only and new package and versions are no longer accepted on JCenter. This means we should no longer use JCenter for our central artifacts repository. This change replaces JCenter with Maven Central as per the Gradle recommendation - https://blog.gradle.org/jcenter-shutdown Signed-off-by: Rabi Panda <adnapibar@gmail.com>
Signed-off-by: Marc Handalian <handalm@amazon.com>
Collaborator
|
Can one of the admins verify this patch? |
dblock
approved these changes
Jan 12, 2022
dlvenable
approved these changes
Jan 12, 2022
Member
Author
|
start gradle check |
Member
Author
|
start gradle check |
Member
Author
|
Gradle checks here failing for unrelated reasons - trying again... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a backport of #1057 to the 1.2 branch. It also includes a change to update plugin repository order in settings.gradle so that plugin dependencies attempt to fetch from maven central before defaulting to the default set by gradlePluginPortal, which is bintray.