Deprioritize the parsing of gradle dependencies in favor of always running the gradle plugin #1321
azabujuban
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
Are you facing any issues, where the gradle plugin works better compared to cdxgen? Instead of making cdxgen a kitchen sink, all these logic can be scripted out externally with cdxgen invoked only with specific type arguments. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Apologies if this was considered previously. Right now, when running cdxgen cli it detects gradle projects, runs the
gradle dependencies
task and parses the output.However, there is also the gradle plugin which uses the gradle API to gather the dependencies and generate BOM out of them.
Is there any reason not to use a gradle init script with the cdxgen dependency and just let it generate the BOM? Basically similar to maven.
Beta Was this translation helpful? Give feedback.
All reactions