jagrosh / DiscordIPC

Connect locally to the Discord client using IPC for a subset of RPC features like Rich Presence and Activity Join/Spectate
Apache License 2.0
142 stars 47 forks source link

JCenter completely shutting down soon #21

Closed thegu5 closed 2 years ago

thegu5 commented 2 years ago

JCenter completely shuts down on feb 1st, which is 20 days from now. Are there any plans to use gradle? A pr was made a while ago to support it( #9 ).

@jagrosh

jagrosh commented 2 years ago

JCenter is not shutting down completely. JCenter will no longer be used for any new releases (which will use either jitpack or maven central), but JCenter for existing versions will continue to work "indefinitely."

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

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.

Therefore, there is no need to switch away from JCenter until a new release is made.


Are there any plans to use gradle?

Probably not, I prefer and have experience in maven.