Skip to content

Commit 03eebb0

Browse files
misc: merge from main
2 parents 480579d + 5c40268 commit 03eebb0

File tree

1 file changed

+2
-2
lines changed
  • build-plugins/build-support/src/main/kotlin/aws/sdk/kotlin/gradle/dsl

1 file changed

+2
-2
lines changed

build-plugins/build-support/src/main/kotlin/aws/sdk/kotlin/gradle/dsl/Publish.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,8 @@ fun Project.configureNexus() {
161161
packageGroup.set(publishGroupName)
162162
repositories {
163163
create("awsNexus") {
164-
nexusUrl.set(uri("https://aws.oss.sonatype.org/service/local/"))
165-
snapshotRepositoryUrl.set(uri("https://aws.oss.sonatype.org/content/repositories/snapshots/"))
164+
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
165+
snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
166166
username.set(project.property(SONATYPE_USERNAME_PROP) as String)
167167
password.set(project.property(SONATYPE_PASSWORD_PROP) as String)
168168
}

0 commit comments

Comments
 (0)