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

Migrate from JCenter to MavenCentral (or another provider) #17

Closed
kohenkatz opened this issue Apr 26, 2021 · 6 comments
Closed

Migrate from JCenter to MavenCentral (or another provider) #17

kohenkatz opened this issue Apr 26, 2021 · 6 comments

Comments

@kohenkatz
Copy link

JFrog announced that they'll be shutting down JCenter:
https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/

Key dates are:

March 31st: JCenter stopped accepting new uploades
May 1st: JCenter API and web UI will no longer be available
February 1st, 2022: JCenter will stop allowing downloads

Android Studio warns developers that "JCenter is at end of life" and prompts them to remove jcenter() from their build.gradle files.

Moving to MavenCentral is fairly easy - see https://central.sonatype.org/publish/

@andrblum
Copy link

Hello,

Android Developer is also showing the warning that JCenter is going out of service.
I hope that the library is moved to the Maven repository before the JCenter is down.

Thank you for your help

Best regards
Andreas

@Emill
Copy link
Contributor

Emill commented May 17, 2021

I think we will rather use JitPack. Seems way easier to use and maintain?

@andrblum
Copy link

Thanks for your answer.
As long as it is usable from Android Studio, the repository should not matter.
(I have no experience with JitPack.)

@jdegger
Copy link
Contributor

jdegger commented Aug 18, 2021

Any progress on this?

We got an issue here: X-Guard/react-native-flic2#27

JCenter is already not serving it anymore?


Seems offline indeed: https://jcenter.bintray.com/io/flic/flic2lib-android/1.1.0/flic2lib-android-1.1.0.aar

@Emill
Copy link
Contributor

Emill commented Aug 23, 2021

I modified the README with instructions on how to use JitPack instead, which seems to be working fine. It automatically builds and hosts the needed files directly from the GitHub repo, which I think is pretty nice.

@andrblum
Copy link

andrblum commented Sep 4, 2021

Your instructions worked perfectly.
Thank you very much! :-)

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

No branches or pull requests

4 participants