1

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.

Sriram Subramanian
  • 2,623
  • 5
  • 32
  • 35

1 Answers1

1

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.

Community
  • 1
  • 1
Vidya
  • 29,932
  • 7
  • 42
  • 70