Skip to content

Commit adad286

Browse files
committed
"updating the sonatype url"
1 parent 5c7959c commit adad286

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)