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 a4fd069 commit 3685f48Copy full SHA for 3685f48
build-plugins/build-support/src/main/kotlin/aws/sdk/kotlin/gradle/dsl/Publish.kt
@@ -79,6 +79,7 @@ internal val ALLOWED_KOTLIN_NATIVE_PUBLICATION_NAMES = setOf(
79
private val ALLOWED_KOTLIN_NATIVE_GROUP_NAMES = setOf(
80
"aws.sdk.kotlin.crt",
81
"aws.smithy.kotlin",
82
+ "com.sonatype.central.testing.amazon",
83
)
84
85
// Optional override to the above set.
0 commit comments