vguignot-ingenico
Results
1
comments of
vguignot-ingenico
Here is a solution until it'll we added inside the plugin. Place this part of code inside your root build.gradle.kts file: ```gradle allprojects { apply(plugin = "org.cyclonedx.bom") tasks.cyclonedxBom { setOutputName("bom")...