Skip to content

Commit 6cadb6b

Browse files
author
Katie Atrops
committed
IWF-1073: updating nexus urls to use the central repo
1 parent 36a7814 commit 6cadb6b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -179,10 +179,10 @@ version = "2.11.1"
179179
nexusPublishing {
180180
repositories {
181181
sonatype {
182-
nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/"))
183-
snapshotRepositoryUrl.set(uri("https://s01.oss.sonatype.org/content/repositories/snapshots/"))
184-
// username = project.property('myNexusUsername')
185-
// password = project.property('myNexusPassword')
182+
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
183+
snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
184+
username = project.property('myNexusUsername')
185+
password = project.property('myNexusPassword')
186186
}
187187
}
188188
}

0 commit comments

Comments
 (0)