-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Adding mavenCentral() as jcenter() is shutting #1570
Conversation
Adding mavenCentral() as jcenter() is shutting down
Ping :) |
Can this be merged? |
@pvegh create a patch for this at least you can continue your work |
I'm not blocked but I'd like to see these fixes in all upstream libs we're using, so we can switch ASAP without any workarounds. Currently it's a good show case why NOT to use RN so I'm using it as such :) |
@brentvatne can you approve this one pls? `WARNING:: Please remove usages of 'jcenter()' Maven repository from your build scripts and migrate your build to other Maven repositories.
Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.` |
Builds will no longer be able to resolve artifacts from JCenter after February 1st, 2022 because jcenter servers shut down so, I remove jcenter and update react-native (since 0.65.1 they don't use jcenter) BREAKING CHANGE: jcenter removed React Native was update to 0.65.1 minSdkVersion = 21 compileSdkVersion = 30 targetSdkVersion = 30 Refs: software-mansion#1570
This is getting critical, it's now 2022 and JCenter showdown is very soon |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this change 🎉
Will npm package be updated soon? Last publish was 6 months ago. |
We are planning on doing it soon. |
Adding mavenCentral() as jcenter() is shutting down