Sriram Subramanian
Sriram Subramanian

Reputation: 2753

How to build fat jars with gradle 1.6

I have multiple projects using gradle. Each one of them generates a separate jar on build. I would like to make multiple fat jars which contains a subset of all the jars? I looked at other answers but they seem really old and hence does not seem to work anymore.

Upvotes: 1

Views: 2988

Answers (1)

Vidya
Vidya

Reputation: 30310

Check out the link here to see how to build an "uberjar." Or at the very least use it as a model for your own uberjar task.

Upvotes: 1

Related Questions