Skip to content

Commit a8e1af6

Browse files
committed
updated URLs for publishing to Sonatype Central
1 parent 70e82dd commit a8e1af6

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
@@ -129,6 +129,9 @@ signing {
129129

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

0 commit comments

Comments
 (0)