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 3de5489 commit ab9ba19Copy full SHA for ab9ba19
build-plugins/build-support/src/main/kotlin/aws/sdk/kotlin/gradle/dsl/Publish.kt
@@ -73,7 +73,7 @@ fun Project.skipPublishing() {
73
fun Project.configurePublishing(
74
repoName: String,
75
githubOrganization: String = "awslabs",
76
- useNexusPublishPlugin: Boolean = false, // TODO:
+ useNexusPublishPlugin: Boolean = true,
77
) {
78
val project = this
79
apply(plugin = "maven-publish")
0 commit comments