Skip to content

Commit 06da56a

Browse files
committed
Merge branch 'main' of github.com:awslabs/aws-kotlin-repo-tools into disable-jreleaser-signing
2 parents b77f320 + b1ce5e9 commit 06da56a

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
@@ -360,6 +360,7 @@ fun Project.configureJReleaser() {
360360
maven {
361361
mavenCentral {
362362
create("maven-central") {
363+
active = Active.ALWAYS // the Maven deployer default is ALWAYS, but MavenCentral is NEVER
363364
url = "https://central.sonatype.com/api/v1/publisher"
364365
stagingRepository(rootProject.layout.buildDirectory.dir("m2").get().toString())
365366
artifacts {

0 commit comments

Comments
 (0)