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 d5f7ca1 commit 9c171dfCopy full SHA for 9c171df
build-plugins/build-support/src/main/kotlin/aws/sdk/kotlin/gradle/dsl/Publish.kt
@@ -68,7 +68,7 @@ internal val KOTLIN_NATIVE_PUBLICATION_NAMES = setOf(
68
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(
+private val KOTLIN_NATIVE_PROJECT_NAMES = setOf<String>(
72
// "aws-crt-kotlin", // TODO Re-enable when ready to publish aws-crt-kotlin Kotlin/Native artifacts
73
)
74
0 commit comments