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

JCenter is Shutting Down #58

Open
Barryrowe opened this issue Mar 15, 2021 · 3 comments
Open

JCenter is Shutting Down #58

Barryrowe opened this issue Mar 15, 2021 · 3 comments

Comments

@Barryrowe
Copy link

JCenter is shutting down, and by March 2022 we will no longer be able to pull this library via a gradle depencency.

@ethanhua is there any chance we could have this published to another repository?

https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/

@juliagarrigos
Copy link

@ethanhua could you please publish the library in another repository? thanks!

@viroth-ty
Copy link

Since JCenter is shutting down, please consider publishing to Maven Central. Thanks

@Barryrowe
Copy link
Author

@juliagarrigos @viroth-ty

I am considering forking and publishing to maven central, but haven't had the time to check licensing and set it up.

If you need to get off of jcenter ASAP, you can use jitpack for now

add this to your repositories block

maven { url "https://jitpack.io" }

Use this for your implementation line:

implementation "com.github.ethanhua:Skeleton:ff06517d4629e87328c41a1cce614c490ed7fb51"

This is what we're using for now, and jitpack has already built and cached the artifact. It's been working on our CI server too which I believe has been aggressively warning against jcenter URLs.

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

3 participants