Skip to content

Commit ac05e6e

Browse files
Attempt to use central portal's staging APIs for smoother migration
1 parent bdb6897 commit ac05e6e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ repositories {
4444
nexusPublishing {
4545
repositories {
4646
sonatype {
47+
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
48+
snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
4749
username.set(System.getenv("SONATYPE_USERNAME"))
4850
password.set(System.getenv("SONATYPE_PASSWORD"))
4951
}

0 commit comments

Comments
 (0)