Skip to content

Commit 0fd8497

Browse files
committed
Set active=Active.ALWAYS
1 parent 8ddaa48 commit 0fd8497

File tree

1 file changed

+1
-0
lines changed
  • build-plugins/build-support/src/main/kotlin/aws/sdk/kotlin/gradle/dsl

1 file changed

+1
-0
lines changed

build-plugins/build-support/src/main/kotlin/aws/sdk/kotlin/gradle/dsl/Publish.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,7 @@ fun Project.configureJReleaser() {
367367
maven {
368368
mavenCentral {
369369
create("maven-central") {
370+
active = Active.ALWAYS // the Maven deployer default is ALWAYS, but MavenCentral is NEVER
370371
url = "https://central.sonatype.com/api/v1/publisher"
371372
stagingRepository(rootProject.layout.buildDirectory.dir("m2").get().toString())
372373
artifacts {

0 commit comments

Comments
 (0)