GradleUp/shadow

Redirect the old Maven coordinate to the new one

Closed this issue · 2 comments

Hi. Maven has a relocation mechanism which can be used for repositories: https://maven.apache.org/guides/mini/guide-relocation.html . The problem is that Gradle, as far as I know, does not support such a mechanism, so I am not sure it can actually be used automatically for Gradle plugins. It also requires a tombstone release to the original destination

Originally posted by @oleg-nenashev in renovatebot/renovate#30676 (comment)

But what, I just realized that Shadow plugin was only published to Gradle Plugin Portal, so we can't relocate it from MavenCentral.

The only thing we can do from our side might be gradle/plugin-portal-requests#233.