Skip to content

Commit 6751cba

Browse files
committed
add mingwX64 as an allowed publication
1 parent 82208aa commit 6751cba

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
@@ -48,6 +48,7 @@ private val ALLOWED_PUBLICATION_NAMES = setOf(
4848
"linuxX64",
4949
"macosArm64",
5050
"macosX64",
51+
"mingwX64",
5152

5253
"metadata",
5354
"bom",

0 commit comments

Comments
 (0)