We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
+=
1 parent 572b597 commit 32bd65bCopy full SHA for 32bd65b
build.gradle.kts
@@ -38,7 +38,7 @@ val signingKey: String? = providers.environmentVariable("SIGNING_KEY").orNull
38
val signingPassword: String? = providers.environmentVariable("SIGNING_PASSWORD").orNull
39
40
apiValidation {
41
- ignoredPackages.add(
+ ignoredPackages += listOf(
42
// Ignore the following packages because they are not public API.
43
"com.github.spotbugs.snom.internal",
44
)
0 commit comments