Skip to content

Commit bfb0efb

Browse files
authored
Updating Sonatype Repository Url
1 parent d344a66 commit bfb0efb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,10 @@ artifactory {
4747

4848
nexusPublishing {
4949
repositories {
50-
sonatype()
50+
sonatype {
51+
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
52+
snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
53+
}
5154
}
5255
}
5356

0 commit comments

Comments
 (0)