Skip to content

Commit e5a5504

Browse files
committed
sonatype requires new urls for publishing
1 parent 365dcee commit e5a5504

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

gradle/publishing.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ nexusPublishing {
7878
sonatype() {
7979
username = publishUser
8080
password = publishKey
81+
82+
nexusUrl = uri("https://ossrh-staging-api.central.sonatype.com/service/local/")
83+
snapshotRepositoryUrl = uri("https://central.sonatype.com/repository/maven-snapshots/")
8184
}
8285
}
8386
}

0 commit comments

Comments
 (0)