kuberig-io / kuberig-dsl-vanilla-plugin

Helper plugin to detect new upstream versions and publish them.
Apache License 2.0
0 stars 0 forks source link

migrate to io.kuberig package structure #2

Closed teyckmans closed 3 years ago

teyckmans commented 3 years ago

We need to publish new packages to bintray because with the new io.kuberig group they are not properly published to jcenter.

So the vanilla plugin needs to publish to new io-kuberig prefixed packages. Regrettably we will also need to manually request jcenter inclusion for all kuberig-dsl-kubernetes (57 packages!) and kuberig-dsl-openshift (8) packages. This will be a lot of clicking.

The ShowMissingFromJCenter task also needs to be changed for the package prefix.

We should also take the subproject configuration that is currently still done in the kuberig-dsl-kubernetes and kuberig-dsl-openshift projects into this plugin so we don't need to change the package publishing configuraiton in two places.

teyckmans commented 3 years ago

The upstream follow works, but we also need to be alerted of new versions that require a jcenter inclusion so we don't have to manually check the version availability.

teyckmans commented 3 years ago

We should a slack notification when there is a new version detected.