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.
1 parent 21e3c54 commit 064edd1Copy full SHA for 064edd1
build-plugins/build-support/src/main/kotlin/aws/sdk/kotlin/gradle/dsl/Publish.kt
@@ -155,8 +155,8 @@ fun Project.configureNexus() {
155
packageGroup.set(publishGroupName)
156
repositories {
157
create("awsNexus") {
158
- nexusUrl.set(uri("https://aws.oss.sonatype.org/service/local/"))
159
- 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/"))
160
username.set(project.property(SONATYPE_USERNAME_PROP) as String)
161
password.set(project.property(SONATYPE_PASSWORD_PROP) as String)
162
}
0 commit comments