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 end of life #438

Open
Cryosleeper opened this issue Oct 26, 2021 · 6 comments
Open

JCenter end of life #438

Cryosleeper opened this issue Oct 26, 2021 · 6 comments

Comments

@Cryosleeper
Copy link

JCenter is going to be closed Feb, 2022, any chance 2.3+ library is going to be on MavenCentral?

@g19980115
Copy link

use implementation 'com.github.aurelhubert:ahbottomnavigation:2.3.4'

@smoralb
Copy link

smoralb commented Jul 26, 2024

Hi! I was using this library from long time and everything working fine, but today stops working. The error I get is on my bitbucket pipeline, when I am running the step ./gradlew assembleDebug it gets the following error

:app:dataBindingMergeDependencyArtifactsDebug'.
> Could not resolve all files for configuration ':app:debugCompileClasspath'.
   > Could not find com.aurelhubert:ahbottomnavigation:2.3.4.
     Required by:
         project :app

Why stops working now if it was working fine all this time and there is no change on my pipeline or any change related to this library.

I have changed the dependency to implementation 'com.github.aurelhubert:ahbottomnavigation:2.3.4' and now is working fine but... why?? @g19980115

@g19980115
Copy link

Hi! I was using this library from long time and everything working fine, but today stops working. The error I get is on my bitbucket pipeline, when I am running the step ./gradlew assembleDebug it gets the following error

:app:dataBindingMergeDependencyArtifactsDebug'.
> Could not resolve all files for configuration ':app:debugCompileClasspath'.
   > Could not find com.aurelhubert:ahbottomnavigation:2.3.4.
     Required by:
         project :app

Why stops working now if it was working fine all this time and there is no change on my pipeline or any change related to this library.

I have changed the dependency to implementation 'com.github.aurelhubert:ahbottomnavigation:2.3.4' and now is working fine but... why?? @g19980115

Jcenter is closed. Maybe you used to have a local cache

@daentech
Copy link

daentech commented Aug 5, 2024

JCenter shutdown. They are having brownouts at the moment:
https://jfrog.com/blog/jcenter-sunset/

@mmalek95
Copy link

mmalek95 commented Aug 8, 2024

We had problem with this on our CI. I had to copy .aar file from gradle cache directory directly to our project and use it as local dependency. Eventually we will get rid of this library but it is some kind of temporary solution :)

@NicolasEymael
Copy link

it looks like jcenter is 100% dead now
do you plan to migrate the artifacts to mven?

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

6 participants