Skip to content

Commit 9eaad96

Browse files
author
jonghyon.s
committed
chore: use central nexus
1 parent 0debe45 commit 9eaad96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,8 @@ koverReport {
159159
nexusPublishing {
160160
repositories {
161161
sonatype {
162-
nexusUrl = uri("https://oss.sonatype.org/service/local/")
163-
snapshotRepositoryUrl = uri("https://oss.sonatype.org/content/repositories/snapshots/")
162+
nexusUrl = uri("https://ossrh-staging-api.central.sonatype.com/service/local/")
163+
snapshotRepositoryUrl = uri("https://central.sonatype.com/repository/maven-snapshots/")
164164

165165
val sonatypeUsername: String? by project
166166
val sonatypePassword: String? by project

0 commit comments

Comments
 (0)