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 shutdown - solution: use CCP v2.5.0+ #469

Closed
pstens opened this issue Feb 15, 2021 · 3 comments
Closed

jCenter shutdown - solution: use CCP v2.5.0+ #469

pstens opened this issue Feb 15, 2021 · 3 comments

Comments

@pstens
Copy link

pstens commented Feb 15, 2021

Move away from jcenter since it'll be shutdown on May 1st 2021
https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/

@davidmigloz
Copy link

Any plans on this? MavenCentral would be a good alternative.
https://chris.banes.dev/publishing-to-maven-central/

For now, I'm using JitPack as a workaround (not ideal):

allprojects {
    repositories {
        ...
        maven { url 'https://jitpack.io' }
    }
}

dependencies {
    ...
    implementation 'com.github.hbb20:CountryCodePickerProject:2.4.2'
}

Your current latest release is 2.4.7, but your latest tag in the repository is 2.4.2. It'd be nice to keep them aligned.

Thanks for your work!

@hbb20
Copy link
Owner

hbb20 commented Mar 2, 2021 via email

@hbb20
Copy link
Owner

hbb20 commented Apr 2, 2021

Checkout v2.5.0 that's coming from MavenCentral.

@hbb20 hbb20 pinned this issue Apr 3, 2021
@hbb20 hbb20 changed the title Move away from jcenter since it'll be shutdown on May 1st 2021 jCenter shutdown - solution: use CCP v2.5.0+ Apr 3, 2021
@hbb20 hbb20 closed this as completed Apr 3, 2021
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