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.
active=Active.ALWAYS
1 parent 8ddaa48 commit 0fd8497Copy full SHA for 0fd8497
build-plugins/build-support/src/main/kotlin/aws/sdk/kotlin/gradle/dsl/Publish.kt
@@ -367,6 +367,7 @@ fun Project.configureJReleaser() {
367
maven {
368
mavenCentral {
369
create("maven-central") {
370
+ active = Active.ALWAYS // the Maven deployer default is ALWAYS, but MavenCentral is NEVER
371
url = "https://central.sonatype.com/api/v1/publisher"
372
stagingRepository(rootProject.layout.buildDirectory.dir("m2").get().toString())
373
artifacts {
0 commit comments