Skip to content

Commit 2b7a105

Browse files
author
Oleksandr Manko
committed
Revert "fixed maven central repo url"
This reverts commit 5fd6983.
1 parent 5fd6983 commit 2b7a105

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ publishing {
150150
repositories {
151151
maven {
152152
name = 'ossrh-staging-api'
153-
url = 'https://central.sonatype.com/repository/maven-snapshots/'
153+
url = 'https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/'
154154
credentials {
155155
username = System.getenv('CENTRAL_USERNAME')
156156
password = System.getenv('CENTRAL_PASSWORD')

0 commit comments

Comments
 (0)