Skip to content

Commit 4cd72ea

Browse files
committed
updated URLs for publishing to Sonatype Central
1 parent 418a57b commit 4cd72ea

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

build.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,9 @@ signing {
128128

129129
nexusPublishing {
130130
repositories {
131-
sonatype()
131+
sonatype {
132+
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
133+
snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
134+
}
132135
}
133136
}

0 commit comments

Comments
 (0)