Does anyone know how to create a uber / fat / shade-jar (and javadoc-jar) source using Gradle?
The generated Jar should contain not only the sources of the current project, but also the sources of its dependencies. I looked, in particular, the vanilla way and the way to use Shadow Plugin . Both work great on creating a regular uber / fat / shade jar, but none of them seem to support a way to create a source jar.
Helox source share