Remove usage of jcenter() from build.gradle of the project root
See original GitHub issueKind (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:
- Created 3 years ago
- Comments:8 (8 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@takahirom @punchdrunker No, sorry. I agree with waiting.
Thanks! I removed
blocked by external