datastructures/gradle/quality/cyclonedx.gradle

12 lines
334 B
Groovy
Raw Normal View History

2022-11-05 20:32:41 +01:00
cyclonedxBom {
includeConfigs = [ 'runtimeClasspath' ]
skipConfigs = [ 'compileClasspath', 'testCompileClasspath' ]
projectType = "library"
schemaVersion = "1.4"
destination = file("build/reports")
outputName = "bom"
outputFormat = "json"
includeBomSerialNumber = true
componentVersion = "2.0.0"
}