We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fd6983 commit 2b7a105Copy full SHA for 2b7a105
1 file changed
client/build.gradle
@@ -150,7 +150,7 @@ publishing {
150
repositories {
151
maven {
152
name = 'ossrh-staging-api'
153
- url = 'https://central.sonatype.com/repository/maven-snapshots/'
+ url = 'https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/'
154
credentials {
155
username = System.getenv('CENTRAL_USERNAME')
156
password = System.getenv('CENTRAL_PASSWORD')
0 commit comments