Skip to content

Commit 0590bb2

Browse files
authored
Merge branch 'main' into rest5client-expose-config
2 parents 951124f + c6d8d81 commit 0590bb2

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
@@ -22,7 +22,10 @@ plugins {
2222

2323
nexusPublishing {
2424
repositories {
25-
sonatype()
25+
sonatype {
26+
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
27+
snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
28+
}
2629
}
2730
}
2831

0 commit comments

Comments
 (0)