would it be possible (and logic?) trying to use gradle to analyze the list of modules used by the app (jdeps) and build the consequent command list and the corresponding output?
t
thanksforallthefish
06/24/2019, 11:08 AM
I am doing something on that line to build a custom jre, and so far I just adding library modules manually, and use jdeps only for my application dependencies
thanksforallthefish
06/24/2019, 11:09 AM
the thing is, if you are using fat-jars, you need to unpack it, and for every jar in it run jdeps, and it was not worth to invest time there yet