Skip to content

Commit 66d108c

Browse files
authored
Apply suggestion from @laurit
1 parent ed59ffe commit 66d108c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

buildSrc/src/main/kotlin/otel.java-conventions.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ afterEvaluate {
218218
}
219219

220220
ossIndexAudit {
221-
excludeCompileOnly = true
221+
excludeCompileOnly.set(true)
222222
outputFormat = org.sonatype.gradle.plugins.scan.ossindex.OutputFormat.JSON_CYCLONE_DX_1_4
223223

224224
username = System.getenv("SONATYPE_OSS_INDEX_USER")

0 commit comments

Comments
 (0)