Skip to content

Commit

Permalink
chore(licenses): downgrade cyclonedx bom version
Browse files Browse the repository at this point in the history
  • Loading branch information
JoergSiebahn committed Jan 20, 2025
1 parent 59db028 commit d8122df
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ plugins {
id 'org.cyclonedx.bom' version '2.0.0' // no bom.json created in later versions
}

cyclonedxBom {
schemaVersion = "1.4"
}

allprojects {
apply plugin: 'idea'
idea.module.inheritOutputDirs = true
Expand Down

0 comments on commit d8122df

Please sign in to comment.