André Rosa

Results 2 comments of André Rosa

Doing ./gradlew build produces an empty jar for the whole project. However, it does produce a jar for each subproject (api, ...). How can I make a "fat-jar" to be...

> > > try `./gradlew shadowJar` - this should contain everything - let us know if this works for you. I'll add it to the docs if all's good. My...