Skip to content
This repository has been archived by the owner on Feb 4, 2024. It is now read-only.

Need to Migrate JCenter to mavenCentral #353

Open
abhi301285 opened this issue Oct 29, 2021 · 5 comments
Open

Need to Migrate JCenter to mavenCentral #353

abhi301285 opened this issue Oct 29, 2021 · 5 comments

Comments

@abhi301285
Copy link

Hi Team,

As JCenter is shutting down and we need to migrate to mavenCentral.
Is there any plan to migrate RxPermission to mavenCentral.
If yes, when we can expect the change so we can use RxPermission.

Thanks.

@jessemoe
Copy link

jessemoe commented Dec 8, 2021

+1

@tahoeWolverine
Copy link

+1. It seems as though the JCenter/JFrog sunset is finally here, as it seems very difficult to move any dependencies forward with out fully removing JCenter. Please consider doing the needful to get this library back into good working order!

@LiangLliu
Copy link

LiangLliu commented Jan 17, 2022

Solution:
Add configuration in settings.gradle file

image

dependencyResolutionManagement {
    repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
    repositories {
        google()
        mavenCentral()
        maven { url 'https://jitpack.io' }
    }
}
rootProject.name = "rxjava"
include ':app'

@abhi301285
Copy link
Author

HI Team,
We tried above code but still it is not working, Are any other things we need to change in the gradle?

@mharlowfod
Copy link

The above solution didn't work for me either - raised issues with my top-level build.gradle. I'm a bit confused by the line rootProject.name = "rxjava" - does this need to be our own project name, or is there some piece that I'm missing?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants