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 11393d3 commit c3de4a3Copy full SHA for c3de4a3
build-plugins/build-support/src/main/kotlin/aws/sdk/kotlin/gradle/dsl/Publish.kt
@@ -27,11 +27,17 @@ private const val SONATYPE_PASSWORD_PROP = "sonatypePassword"
27
private val ALLOWED_PUBLICATIONS = listOf(
28
"common",
29
"jvm",
30
- "metadata",
31
"kotlinMultiplatform",
+ "iosArm64",
32
+ "iosX64",
33
+ "linuxArm64",
34
+ "linuxX64",
35
+ "macosArm64",
36
+ "macosX64",
37
+
38
+ "metadata",
39
"bom",
40
"versionCatalog",
- "android", // aws-crt-kotlin
41
"codegen",
42
"codegen-testutils",
43
0 commit comments