Skip to content

Commit f442498

Browse files
committed
ignore ssoidc api check
1 parent ce5d787 commit f442498

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

aws-runtime/build.gradle.kts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,9 @@ dependencies {
9191
}
9292
}
9393
}
94+
val packagesToIgnore = listOf(
95+
"aws.sdk.kotlin.runtime.auth.credentials.internal.ssooidc"
96+
)
97+
apiValidation {
98+
ignoredPackages += packagesToIgnore
99+
}

0 commit comments

Comments
 (0)