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 1d79d08 commit 2e41f89Copy full SHA for 2e41f89
.github/workflows/ci.yml
@@ -58,4 +58,4 @@ jobs:
58
env:
59
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
60
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}
61
- MAVEN_PUBLISH_REGISTRY_URL: "https://s01.oss.sonatype.org/content/repositories/releases/"
+ MAVEN_PUBLISH_REGISTRY_URL: "https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/"
build.gradle
@@ -7,7 +7,7 @@ plugins {
7
repositories {
8
mavenCentral()
9
maven {
10
- url 'https://s01.oss.sonatype.org/content/repositories/releases/'
+ url 'https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/'
11
}
12
13
0 commit comments