I am a Gradle novice. I want to build a uberjar (AKA fatjar) that includes all the transitive dependencies of the project. What lines do I need to add to my \"build.gradle\"
Have you tried the fatjar example in the gradle cookbook?
What you're looking for is the shadow plugin for gradle