Skip to content

Commit c36bdd5

Browse files
committed
also ignore other generated clients
1 parent 42ca6e0 commit c36bdd5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

aws-runtime/build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ dependencies {
9292
}
9393
}
9494
val packagesToIgnore = listOf(
95+
"aws.sdk.kotlin.runtime.auth.credentials.internal.sts",
96+
"aws.sdk.kotlin.runtime.auth.credentials.internal.sso",
9597
"aws.sdk.kotlin.runtime.auth.credentials.internal.ssooidc",
9698
)
9799
apiValidation {

0 commit comments

Comments
 (0)