Skip to content

Commit f0ff74e

Browse files
committed
fix: update Sonatype staging URLs in publication configuration & update encrypted secrets
1 parent e7db714 commit f0ff74e

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/secrets/8257B447.gpg.gpg

0 Bytes
Binary file not shown.
56 Bytes
Binary file not shown.

convention-plugins/src/main/kotlin/convention.publication.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ publishing {
4444
repositories {
4545
maven {
4646
name = "sonatype"
47-
setUrl("https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/")
47+
setUrl("https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/")
4848
credentials {
4949
username = getExtraString("ossrhUsername")
5050
password = getExtraString("ossrhPassword")
@@ -87,7 +87,7 @@ signing {
8787
}
8888

8989
nexusStaging {
90-
serverUrl = "https://s01.oss.sonatype.org/service/local/"
90+
serverUrl = "https://ossrh-staging-api.central.sonatype.com/service/local/"
9191
packageGroup = "io.github.softartdev"
9292
stagingProfileId = getExtraString("sonatypeStagingProfileId")
9393
username = getExtraString("ossrhUsername")

0 commit comments

Comments
 (0)