Skip to content

Commit

Permalink
Apply, configure CycloneDX plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
psibre committed Aug 29, 2024
1 parent 6e6703b commit 963d096
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
plugins {
id 'application'
id 'org.cyclonedx.bom' version '1.10.0'
}

cyclonedxBom {
includeConfigs = ["runtimeClasspath"]
includeLicenseText = false
outputFormat = "json"
}

group 'com.example'
Expand Down

0 comments on commit 963d096

Please sign in to comment.