Gradle Shadow plugin example

This is just an example of how to use the Gradle Shadow plugin.

My use case: Build a Java library with a relocated Google Guice dependency (could be every other dep) to avoid dependency problems in the downstream project but leaves the other dependencies like they are. This means the downstream project still fetching these dependencies via a Maven repository.

Branches