Skip to content

Commit 4bffcdf

Browse files
committed
pull from main
2 parents cf9f27b + 899ccf3 commit 4bffcdf

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
@@ -357,7 +357,7 @@ fun Project.configureJReleaser() {
357357
maven {
358358
mavenCentral {
359359
create("maven-central") {
360-
active = Active.ALWAYS // The Maven deployer default is ALWAYS, but MavenCentral is NEVER
360+
active = Active.ALWAYS // the Maven deployer default is ALWAYS, but MavenCentral is NEVER
361361
sign = false // Signing is done when publishing, see the 'configurePublishing' function
362362
url = "https://central.sonatype.com/api/v1/publisher"
363363
stagingRepository(rootProject.layout.buildDirectory.dir("m2").get().toString())

0 commit comments

Comments
 (0)