jraska / Falcon

Take Android screenshots with Falcons bright eye!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Migrate to Maven Central

jraska opened this issue · comments

https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/

Edit: UPDATE 4/27/2021: We listened to the community and will keep JCenter as a read-only repository indefinitely. Our customers and the community can continue to rely on JCenter as a reliable mirror for Java packages.

Lots of folks are looking to remove jcenter entirely from their builds, due to their recent brown-outs and unreliability. You should at least give mention to the alternative: com.github.jraska.Falcon:falcon:2.1.1 from Jitpack.io

@Jawnnypoo there is a com.github.jraska.Falcon:falcon:2.1.1 artifact on Jitpack? Do you have any link please? It seems there is a copy that I'm not aware about and not published by me.

Sure, jitpack.io generates packages for any GitHub JVM build it gets a request to build. You can find them all here: https://jitpack.io/#jraska/Falcon

Ah I see :) well let's say I wouldn't recommend Jitpack - I can recall few cases where it's availability was terrible and it killed our CI for few days and large part of dev experience.

Of course if Falcon would be the last remaining artifact on jcenter, then it could be a way to go, before Falcon appears on Maven Central

Agreed, just thought I'd mention its a viable alternative.

Falcon is now on Maven Central starting with the version 2.2.0.

implementation 'com.jraska:falcon:2.2.0'

Yay thanks for doing this!