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 480579d + 5c40268 commit 03eebb0Copy full SHA for 03eebb0
build-plugins/build-support/src/main/kotlin/aws/sdk/kotlin/gradle/dsl/Publish.kt
@@ -161,8 +161,8 @@ fun Project.configureNexus() {
161
packageGroup.set(publishGroupName)
162
repositories {
163
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/"))
+ nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
+ snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
166
username.set(project.property(SONATYPE_USERNAME_PROP) as String)
167
password.set(project.property(SONATYPE_PASSWORD_PROP) as String)
168
}
0 commit comments