Skip to content

Commit 0631e5d

Browse files
committed
Merge branch 'main' of github.com:awslabs/aws-kotlin-repo-tools into jreleaser-check
2 parents 67487c5 + b1ce5e9 commit 0631e5d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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 {

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
aws-sdk-version = "1.4.116"
2+
aws-sdk-version = "1.5.26"
33
kotlin-version = "2.2.0"
44
ktlint = "1.3.0"
55
nexus-plugin-version = "2.0.0"

0 commit comments

Comments
 (0)