Skip to content

Commit 8c8a550

Browse files
committed
Change property
1 parent 8ed9479 commit 8c8a550

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
@@ -76,7 +76,7 @@ private val ALLOWED_KOTLIN_NATIVE_GROUP_NAMES = setOf(
7676

7777
// Optional override to the above set.
7878
// 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"
79+
internal const val OVERRIDE_KOTLIN_NATIVE_GROUP_NAME_VALIDATION = "aws.kotlin.native.allowPublication"
8080

8181
/**
8282
* Mark this project as excluded from publishing

0 commit comments

Comments
 (0)