IndicatorFastScroll icon indicating copy to clipboard operation
IndicatorFastScroll copied to clipboard

Bintray and jcenter are shutting down on May 1

Open enricocid opened this issue 4 years ago • 14 comments

https://www.reddit.com/r/androiddev/comments/lbssfn/now_that_bintray_and_jcenter_are_shutting_down/

enricocid avatar Feb 11 '21 17:02 enricocid

Yep, this is a little annoying. We'll move to Sonatype/Maven Central.

DSteve595 avatar Feb 11 '21 17:02 DSteve595

any news to this?

bobekos avatar May 28 '21 13:05 bobekos

Sorry, I haven't gotten around to it ☹️ JCenter changed their mind and is staying up. We won't do any future releases on JCenter though; next time a release is needed, it'll be on Maven Central.

DSteve595 avatar May 28 '21 13:05 DSteve595

Any updates @DSteve595? We are eager to switch our project off jcenter because there are issues once in a while accessing dependencies, like today

AAverin avatar Sep 16 '21 15:09 AAverin

I've been slacking. Apologies again. Working on getting us a Sonatype account.

DSteve595 avatar Sep 16 '21 15:09 DSteve595

I saw some other libs using jitpack, was a relatively fast setup.

AAverin avatar Sep 16 '21 15:09 AAverin

Any updates on this? We are also trying to move off jCenter.

emmano avatar Sep 28 '21 13:09 emmano

@DSteve595 ?

AAverin avatar Nov 17 '21 13:11 AAverin

also waiting for migration... No updates here?

lamrak avatar Dec 30 '21 09:12 lamrak

I am also waiting for migration... JCenter is deprecated and I am trying to migrate our application from it. This is the last library in the project that is on JCenter. Any updates would be great or at least a timeline of when this could potentially get done.

Thank you in Advance! Mario

msbouchedid avatar Feb 10 '22 18:02 msbouchedid

@msbouchedid I can suggest changing your JCenter references from

jcenter()

To

jcenter {
    content {
        includeGroup "com.reddit" // https://github.com/reddit/IndicatorFastScroll/issues/45
    }
}

This will mean when Gradle iterates through the repos and downloads libraries it will only look in JCenter for this library. Should save build time and also prevent engineers from adding more JCenter dependencies.

nicbell avatar Feb 11 '22 13:02 nicbell

@DSteve595 Can we get some resolution to this ticket? What is the plan and when will the library be moved outside of jcenter?

AAverin avatar Aug 11 '22 08:08 AAverin

Yes, we need an update to this quickly.

ethanwa avatar Aug 20 '22 17:08 ethanwa

I found this article, I don't know if it can help. Can anyone also fork which will then merge to the main branch?

https://blog.shreyaspatil.dev/automate-library-publishing-to-maven-central-with-github-actions-workflow-dispatch

odmfl avatar Sep 29 '22 21:09 odmfl