Skip to content

Commit 770a8bc

Browse files
committed
ci: Updated publishing config (#82)
Signed-off-by: Anush008 <anushshetty90@gmail.com>
1 parent 3ded9e8 commit 770a8bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,8 +236,8 @@ publishing {
236236
nexusPublishing {
237237
repositories {
238238
sonatype {
239-
nexusUrl = uri("https://s01.oss.sonatype.org/service/local/")
240-
snapshotRepositoryUrl = uri("https://s01.oss.sonatype.org/content/repositories/snapshots/")
239+
nexusUrl = uri("https://ossrh-staging-api.central.sonatype.com/service/local/")
240+
snapshotRepositoryUrl = uri("https://central.sonatype.com/repository/maven-snapshots/")
241241
}
242242
}
243243
}

0 commit comments

Comments
 (0)