Hello,
My project has multiple compile dependencies. I want final artifact to be packed with no-compression as I pay for CPU time and unpacking uses CPU heavily. I was only able to find entryCompression=ZipEntryCompression.STORED for Zip tasks, but no clue about repacking dependency libs. Any way?
Another way is to make a fatjar, which seems doable, but I was wondering if I can control libs that much
Thank you.