File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ cyclonedxBom {
51
51
skipProjects = [rootProject.name, "yourTestSubProject"]
52
52
// Specified the type of project being built. Defaults to 'library'
53
53
projectType = "application"
54
- // Specified the version of the CycloneDX specification to use. Defaults to '1.5 '
54
+ // Specified the version of the CycloneDX specification to use. Defaults to '1.6 '
55
55
schemaVersion = "1.6"
56
56
// Boms destination directory. Defaults to 'build/reports'
57
57
destination = file("build/reports")
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ plugins {
10
10
11
11
val organization = " CycloneDX"
12
12
group = " org.cyclonedx"
13
- version = " 1.10. 0"
13
+ version = " 2.0.0-alpha- 0"
14
14
15
15
java.sourceCompatibility = JavaVersion .VERSION_1_8
16
16
java.targetCompatibility = JavaVersion .VERSION_1_8
You can’t perform that action at this time.
0 commit comments