Skip to content

Commit d01cb9c

Browse files
authored
Update publish URLS to sonatype central (#725)
1 parent 4385fc7 commit d01cb9c

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
@@ -20,7 +20,10 @@ subprojects {
2020

2121
nexusPublishing {
2222
repositories {
23-
sonatype()
23+
sonatype {
24+
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
25+
snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
26+
}
2427
}
2528
}
2629

0 commit comments

Comments
 (0)