Skip to content

Commit d5f7ca1

Browse files
committed
temporarily disable aws-crt-kotlin K/N publishing
1 parent 4f1e17b commit d5f7ca1

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ internal val KOTLIN_NATIVE_PUBLICATION_NAMES = setOf(
6969
// TODO Refactor to support project names _or_ publication group names.
7070
// aws-crt-kotlin is not published with a group name, so we need to check project names instead.
7171
private val KOTLIN_NATIVE_PROJECT_NAMES = setOf(
72-
"aws-crt-kotlin",
72+
// "aws-crt-kotlin", // TODO Re-enable when ready to publish aws-crt-kotlin Kotlin/Native artifacts
7373
)
7474

7575
/**

0 commit comments

Comments
 (0)