jib icon indicating copy to clipboard operation
jib copied to clipboard

Publish Gradle plugin on MavenCentral too

Open hfhbd opened this issue 2 years ago • 3 comments

AFAIK the Gradle plugin still uses JCenter hosted by bintray, which has some availability problems. Publishing the gradle plugin on MavenCentral would add another fallback (with higher availabilty).

hfhbd avatar Sep 08 '22 11:09 hfhbd

@hfhbd thanks for raising this. Perhaps this will provide a bit more background info on how the Jib gradle plugin is intended to be used: https://github.com/GoogleContainerTools/jib/issues/3719#issuecomment-1203109125.

mpeddada1 avatar Sep 08 '22 15:09 mpeddada1

I do know how to use the plugin. I would just publish the plugin on mavenCentral as fallback too instead relying only on the gradle portal servers.

hfhbd avatar Sep 11 '22 08:09 hfhbd

The idea of increasing the availability of the plugin seems valid. We don't have current plans on adding maven central yet but will keep this issue open. Additionally, we are aware that there were some concerns with JCenter and Bintray being shutdown, which were addressed in https://github.com/GoogleContainerTools/jib/issues/3170.

mpeddada1 avatar Sep 12 '22 14:09 mpeddada1