We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4c7166 commit c408c4cCopy full SHA for c408c4c
build.gradle
@@ -1,3 +1,5 @@
1
+import org.cyclonedx.model.ProjectType
2
+
3
plugins {
4
id "java"
5
id "eclipse"
@@ -38,7 +40,7 @@ sonar {
38
40
}
39
41
42
tasks.cyclonedxDirectBom {
- projectType = "application"
43
+ projectType = ProjectType.APPLICATION
44
includeConfigs = listOf("runtimeClasspath")
45
licenseChoice = LicenseChoice().apply {
46
addLicense(License().apply {
0 commit comments