kordamp / jdeps-gradle-plugin

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

Feature request: allow passing arbitrary options to jdeps #15

Closed kstarsinic closed 2 years ago

kstarsinic commented 4 years ago

To future-proof and to support various implementations, I'd like to be able to pass arbitrary options to jdeps , e.g., --api-only or --dot-output, via the plugin.

aalmiray commented 4 years ago

That may be a challenge as currently all options are defined as task properties, thus they must explicitly exist in code. Though the plugin could be update at least every 6 months if there are new flags available on the latest jdeps tool.

ennioVisco commented 3 years ago

Well it could make sense to at least support these popular flags maybe