Skip to content

Commit 404e2df

Browse files
committed
Update sonatype repository
1 parent 6c19067 commit 404e2df

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

build.gradle.kts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,10 @@ val gpgPassphrase: String? = project.properties["gpg_passphrase"] as String?
2020
nexusPublishing {
2121
repositories {
2222
sonatype {
23-
username.set(sonatypeUser)
24-
password.set(sonatypePassword)
23+
nexusUrl = uri("https://ossrh-staging-api.central.sonatype.com/service/local/")
24+
snapshotRepositoryUrl = uri("https://central.sonatype.com/repository/maven-snapshots/")
25+
username = sonatypeUser
26+
password = sonatypePassword
2527
}
2628
}
2729
}

0 commit comments

Comments
 (0)