Skip to content

Commit 42c8e5d

Browse files
committed
update nexus publishing urls
1 parent 472c174 commit 42c8e5d

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
@@ -16,7 +16,10 @@ version = libs.versions.assertk.get()
1616

1717
nexusPublishing {
1818
repositories {
19-
sonatype()
19+
sonatype {
20+
nexusUrl = uri("https://ossrh-staging-api.central.sonatype.com/service/local/")
21+
snapshotRepositoryUrl = uri("https://central.sonatype.com/repository/maven-snapshots/")
22+
}
2023
}
2124
}
2225

0 commit comments

Comments
 (0)