I need to do a few things:
- Build a jar (can be done through dependencies)
- Pass the jar through ProGuard (there is already a task. It is also done through dependencies)
- "Dump" my ProGuard jar'ku and all dependencies (either) in one folder (plz help)
- Calculate md5 of all files, pack them in json and send to the server with files from 4 points.
For the last item, I have a separate jar, when I run it with the necessary parameters, I get everything that I need. It remains only to ask Gradle to execute my jar with its parameters.
How to do it?
PS how to implement 3 points?