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 8ed9479 commit 8c8a550Copy full SHA for 8c8a550
build-plugins/build-support/src/main/kotlin/aws/sdk/kotlin/gradle/dsl/Publish.kt
@@ -76,7 +76,7 @@ private val ALLOWED_KOTLIN_NATIVE_GROUP_NAMES = setOf(
76
77
// Optional override to the above set.
78
// Used to support local development where you want to run publishToMavenLocal in smithy-kotlin, aws-sdk-kotlin.
79
-internal const val OVERRIDE_KOTLIN_NATIVE_GROUP_NAME_VALIDATION = "aws.kotlin.native.overridePublication"
+internal const val OVERRIDE_KOTLIN_NATIVE_GROUP_NAME_VALIDATION = "aws.kotlin.native.allowPublication"
80
81
/**
82
* Mark this project as excluded from publishing
0 commit comments