Skip to content

Commit 5a1abf2

Browse files
algolia-botmillotp
andcommitted
fix(clients): upgrade to maven central publishing (generated)
algolia/api-clients-automation#5055 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Pierre Millot <[email protected]>
1 parent 75d8cfe commit 5a1abf2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

api/build.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ plugins {
99
}
1010

1111
repositories {
12-
maven { url = "https://oss.sonatype.org/content/repositories/" }
12+
maven {
13+
name = 'ossrh-staging-api'
14+
url = "https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/"
15+
}
1316
mavenCentral()
1417
}
1518

0 commit comments

Comments
 (0)