question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Remove usage of jcenter() from build.gradle of the project root

See original GitHub issue

Kind (Required)

Improvement

Overview (Required)

One of the next steps of #338 and #328. Remove usage of jcenter() from project root’s build.gradle to solve the warning about jcenter().

These libs are still hosted on JCenter, so after they migrate to Maven Central, we can solve this issue.

  • kotlinx-html-jvm
  • kotlinx-collections-immutable-jvm

Links

UPDATE: To better support the community in this migration, JFrog has extended the JCenter new package versions submission deadline through March 31st 2021.

To clarify, the JCenter repository will keep serving packages for 12 months until February 1st 2022. Only the JCenter REST API and UI will be sunsetted on May 1st 2021.

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:8 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
ykwscommented, Apr 7, 2021

Is there anything we can do? 👀

@takahirom @punchdrunker No, sorry. I agree with waiting.

0reactions
takahiromcommented, Apr 25, 2021

Thanks! I removed blocked by external

Read more comments on GitHub >

github_iconTop Results From Across the Web

Android Studio Gradle: Please remove usages of `jcenter ...
Locate all build.gradle files in your project folder tree, open them and replace jcenter() by mavenCentral() . It works for me most of...
Read more >
Upgrade Android Project from JCenter to Maven Central
Please remove usages of `jcenter()` maven repository from your build ... Open your root build.gradle; Find lines that say jcenter() and add ...
Read more >
Setting up Android Studio projects with Gradle - IBM
Make sure the [project]\build.gradle file has the jcenter() in list of repositories in the ... { jcenter() } } task clean(type: Delete) {...
Read more >
Learning the Basics - Gradle User Manual
If you add or remove a project that uses the Kotlin DSL, build script ... If you run the task on the root...
Read more >
Finding Unused Gradle Dependencies - Baeldung
Learn how to use the Gradle Nebula Lint plugin to identify and fix unused ... Let's configure it in the root project build...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found