Publish Maven Shade Plugin in a Gradle BOM (Java-Platform)

Besides that shade and shadow plugins are a bad idea per-se (see https://fatjar.net for some quotes), Gradle does not have the inheritance concept maven has. If you want to define build logic centrally, create convention plugins that do the configuration you want and then apply those to the projects where you want to have them in effect.

1 Like