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

Remove jcenter line from build.gradle.kts #258

Open
emanuelb opened this issue Mar 27, 2022 · 0 comments
Open

Remove jcenter line from build.gradle.kts #258

emanuelb opened this issue Mar 27, 2022 · 0 comments

Comments

@emanuelb
Copy link

Jcenter declared in file buildSrc/build.gradle.kts

repositories {
jcenter()
}

Jcenter service is closed (currently in read-only mode, no updates for packages will be made)
more details on needed migration:
https://developer.android.com/studio/build/jcenter-migration
https://blog.gradle.org/jcenter-shutdown

and here content on how to migrate:
https://jeroenmols.com/blog/2021/02/04/migratingjcenter/

probably one or both of below entries are needed:

        gradlePluginPortal()
        mavenCentral()
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

1 participant