Prevent 'cyclonedxBom' Gradle task to be launched during the test execution #45026
Labels
for: team-attention
An issue we'd like other members of the team to review
status: waiting-for-triage
An issue we've not yet triaged
When applying the
CycloneDX
Gradle plugin, a./gradlew test
will launch thecyclonedxBom
, as the test task depends onprocessResources
, which is now dependent ofcyclonedxBom
. This can be visualized using this plugin:This behaviour is not blocking in any way (unless the Cyclone task fails unexpectedly), but is a strange one to see in our CI/CD.
It is of course possible to exclude this task using
./gradlew test -x cyclonedxBom
.The text was updated successfully, but these errors were encountered: