Skip to content

Commit 3685f48

Browse files
authored
Allow publishing K/N artifacts to test namespace (#147)
1 parent a4fd069 commit 3685f48

File tree

1 file changed

+1
-0
lines changed
  • build-plugins/build-support/src/main/kotlin/aws/sdk/kotlin/gradle/dsl

1 file changed

+1
-0
lines changed

build-plugins/build-support/src/main/kotlin/aws/sdk/kotlin/gradle/dsl/Publish.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ internal val ALLOWED_KOTLIN_NATIVE_PUBLICATION_NAMES = setOf(
7979
private val ALLOWED_KOTLIN_NATIVE_GROUP_NAMES = setOf(
8080
"aws.sdk.kotlin.crt",
8181
"aws.smithy.kotlin",
82+
"com.sonatype.central.testing.amazon",
8283
)
8384

8485
// Optional override to the above set.

0 commit comments

Comments
 (0)