Skip to content

Commit 32bd65b

Browse files
committed
Use +=
1 parent 572b597 commit 32bd65b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ val signingKey: String? = providers.environmentVariable("SIGNING_KEY").orNull
3838
val signingPassword: String? = providers.environmentVariable("SIGNING_PASSWORD").orNull
3939

4040
apiValidation {
41-
ignoredPackages.add(
41+
ignoredPackages += listOf(
4242
// Ignore the following packages because they are not public API.
4343
"com.github.spotbugs.snom.internal",
4444
)

0 commit comments

Comments
 (0)