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 805a0d6 commit d40ab6dCopy full SHA for d40ab6d
clients/algoliasearch-client-java/api/build.gradle
@@ -9,7 +9,10 @@ plugins {
9
}
10
11
repositories {
12
- maven { url = "https://oss.sonatype.org/content/repositories/" }
+ maven {
13
+ name = 'ossrh-staging-api'
14
+ url = "https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/"
15
+ }
16
mavenCentral()
17
18
0 commit comments