Skip to content

Commit bdc287a

Browse files
authored
Fix build
1 parent 34cc31c commit bdc287a

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
@@ -42,7 +42,7 @@ sonar {
4242

4343
tasks.cyclonedxDirectBom {
4444
projectType = Component.Type.APPLICATION
45-
includeConfigs = listOf("runtimeClasspath")
45+
includeConfigs = ["runtimeClasspath"]
4646
licenseChoice = LicenseChoice().apply {
4747
addLicense(License().apply {
4848
name = "GPL-3.0-or-later"

0 commit comments

Comments
 (0)