-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[Backport 1.x] Replace JCenter with Maven Central. (#1057) #1892
Conversation
Can one of the admins verify this patch? |
Looks like this is still failing because there's some jcenter dependency leftover.
|
The build is failing as it tries to load a
It is telling Gradle to use only Maven POM and not use Gradle .modules. I've noticed a few dependencies in Data Prepper have POM files in Maven Central, but rely on JCenter for Gradle .module files. |
❌ Gradle Check failure 4d84b5b0f881cf25828eb8f4f128985b63beb4c9 |
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 <[email protected]> Signed-off-by: Marc Handalian <[email protected]>
start gradle check |
This failed again for a different dependency in 1883 -
That is also in maven central - looking to see why this didn't go there first... |
start gradle check |
start gradle check |
different, unrelated failure this time - trying again...
|
start gradle check |
On February 3 2021, JFrog announced 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 [email protected]
Description
[Describe what this change achieves]
Issues Resolved
#1456
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.