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 4f1e17b commit d5f7ca1Copy full SHA for d5f7ca1
build-plugins/build-support/src/main/kotlin/aws/sdk/kotlin/gradle/dsl/Publish.kt
@@ -69,7 +69,7 @@ internal val KOTLIN_NATIVE_PUBLICATION_NAMES = setOf(
69
// TODO Refactor to support project names _or_ publication group names.
70
// aws-crt-kotlin is not published with a group name, so we need to check project names instead.
71
private val KOTLIN_NATIVE_PROJECT_NAMES = setOf(
72
- "aws-crt-kotlin",
+ // "aws-crt-kotlin", // TODO Re-enable when ready to publish aws-crt-kotlin Kotlin/Native artifacts
73
)
74
75
/**
0 commit comments