We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4c7166 commit f6abefbCopy full SHA for f6abefb
build.gradle
@@ -38,7 +38,7 @@ sonar {
38
}
39
40
tasks.cyclonedxDirectBom {
41
- projectType = "application"
+ projectType = ProjectType.APPLICATION
42
includeConfigs = listOf("runtimeClasspath")
43
licenseChoice = LicenseChoice().apply {
44
addLicense(License().apply {
0 commit comments