Skip to content

Commit

Permalink
fix: pipeline wants to copy bom.json. (#1660)
Browse files Browse the repository at this point in the history
* fix: pipeline wants to copy bom.json.

* fix: We also need bom.xml
  • Loading branch information
levinkerschberger authored Jul 12, 2024
1 parent 35bbb62 commit 81cdbea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/inspectit-ocelot-configurationserver/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ cyclonedxBom {
schemaVersion = "1.4"
// Specifies the type of project being built. Defaults to 'library'
projectType = "application"
outputName = "bom"
outputFormat = "all"
}

repositories {
Expand Down

0 comments on commit 81cdbea

Please sign in to comment.