cdancy / bitbucket-rest

Java client, built on top of jclouds, for working with Bitbucket's REST API
Apache License 2.0
78 stars 57 forks source link

Remove grgit and jcenter dependency #322

Closed martinda closed 2 years ago

martinda commented 2 years ago

Necessity is mother of the invention... jcenter bintray is down right now. I can't postpone this anymore :-)

Eliminate dependency on grgit as its author does not maintain it anymore and it will not be migrated to mavenCentral. This PR also removes gradleUpdateCenter() as this project is not a gradle plugin.

From https://blog.gradle.org/jcenter-shutdown

You should avoid using the Plugin Portal as a repository, except for Gradle plugin projects.