2023-05-22 11:02:37 +02:00
|
|
|
cyclonedxBom {
|
|
|
|
includeConfigs = [ 'runtimeClasspath' ]
|
|
|
|
skipConfigs = [ 'compileClasspath', 'testCompileClasspath' ]
|
|
|
|
projectType = "library"
|
2023-10-21 22:21:31 +02:00
|
|
|
schemaVersion = "1.5"
|
2023-05-22 11:02:37 +02:00
|
|
|
destination = file("build/reports")
|
|
|
|
outputName = "bom"
|
|
|
|
outputFormat = "json"
|
|
|
|
includeBomSerialNumber = true
|
|
|
|
componentVersion = "2.0.0"
|
|
|
|
}
|