Skip to content

Commit c3eb8bf

Browse files
chore: Migrate from OSSRH to Central Publishing Portal (#594)
1 parent 48b546b commit c3eb8bf

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

scripts/maven.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,11 @@ afterEvaluate {
9696
}
9797
repositories {
9898
maven {
99-
credentials {
100-
username System.getenv('sonatypeUsername')
101-
password System.getenv('sonatypePassword')
102-
}
103-
url = 'https://oss.sonatype.org/service/local/staging/deploy/maven2/'
99+
credentials {
100+
username System.getenv('sonatypeUsername')
101+
password System.getenv('sonatypePassword')
102+
}
103+
url = 'https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/'
104104
}
105105
}
106106
}

0 commit comments

Comments
 (0)