Skip to content

Commit 6df178c

Browse files
committed
publishing: migrate to new URL for oss releases
1 parent 6c3d928 commit 6df178c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build.gradle.kts

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

189189
nexusPublishing {
190190
repositories {
191-
sonatype()
191+
sonatype {
192+
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
193+
snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
194+
}
192195
}
193196
}

0 commit comments

Comments
 (0)