kordamp / jdeps-gradle-plugin

Run JDeps on a Gradle build
Apache License 2.0
35 stars 10 forks source link

Support the --print-module-deps argument #20

Closed otrosien closed 2 years ago

otrosien commented 2 years ago

This parameter is helpful as input to building a reduced JRE with jlink.

aalmiray commented 2 years ago

Where should the output go? Gradle does not support String properties as output. The list of modules would have to be written to a file.

aalmiray commented 2 years ago

Available in 0.17.0.

otrosien commented 2 years ago

wow, thanks alot, that was unexpectedly fast. I looked at the PR and just found one small nit. it's dependencies, not dependences. 👍🏼

aalmiray commented 2 years ago

I thought so as well but that's the actual text lifted from jdeps -h 🤷‍♂️