Thomas

Results 14 comments of Thomas

I got my words a little twisted there, what I'm specifically doing is making the `assemble` task depend on the `cyclonedxBom` task: ``` project.tasks.assemble.dependsOn project.tasks.cyclonedxBom ``` Then I've also configured...

So the only action here I think is to just change the default output directory from `build/reports` to either `build/reports/boms` or `build/reports/cyclonedx`. I'm happy to raise the change if people...

Leaving a comment because I may have a potential answer for you (@miroslavvojtus references `bootRun`, so this is almost certainly their root cause)... [Spring added some features related to the...

I've had to do a similar thing to audit the dependencies of my projects in the past. What I had done was written a custom Groovy script (can't share sorry)...