Skip to content

Commit f6abefb

Browse files
committed
Fix gradle build file
1 parent b4c7166 commit f6abefb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ sonar {
3838
}
3939

4040
tasks.cyclonedxDirectBom {
41-
projectType = "application"
41+
projectType = ProjectType.APPLICATION
4242
includeConfigs = listOf("runtimeClasspath")
4343
licenseChoice = LicenseChoice().apply {
4444
addLicense(License().apply {

0 commit comments

Comments
 (0)