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.
2 parents b77f320 + b1ce5e9 commit 06da56aCopy full SHA for 06da56a
build-plugins/build-support/src/main/kotlin/aws/sdk/kotlin/gradle/dsl/Publish.kt
@@ -360,6 +360,7 @@ fun Project.configureJReleaser() {
360
maven {
361
mavenCentral {
362
create("maven-central") {
363
+ active = Active.ALWAYS // the Maven deployer default is ALWAYS, but MavenCentral is NEVER
364
url = "https://central.sonatype.com/api/v1/publisher"
365
stagingRepository(rootProject.layout.buildDirectory.dir("m2").get().toString())
366
artifacts {
0 commit comments