Skip to content

Commit fab1a94

Browse files
authored
fix(clients): upgrade to maven central publishing (#5055)
1 parent 805a0d6 commit fab1a94

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

clients/algoliasearch-client-java/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)