Separating this out of the initial question that I had, assuming this to be generic enough. How can I prior to using an artifact check if it is a multi-release jar.
Multi-Release: true
I know its possible looking manually into the MANIFEST.MF
within the META-INF
of the jar for the above attribute, but is there a command line option available for this?
Maybe I am missing something already existing with some other name or blind to something very obvious. But I tried looking out for such an option in jar
and
java
tool as well to no success.