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 67487c5 + b1ce5e9 commit 0631e5dCopy full SHA for 0631e5d
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 {
gradle/libs.versions.toml
@@ -1,5 +1,5 @@
1
[versions]
2
-aws-sdk-version = "1.4.116"
+aws-sdk-version = "1.5.26"
3
kotlin-version = "2.2.0"
4
ktlint = "1.3.0"
5
nexus-plugin-version = "2.0.0"
0 commit comments