Skip to content

Commit 2e41f89

Browse files
update maven central url (#90)
1 parent 1d79d08 commit 2e41f89

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ jobs:
5858
env:
5959
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
6060
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}
61-
MAVEN_PUBLISH_REGISTRY_URL: "https://s01.oss.sonatype.org/content/repositories/releases/"
61+
MAVEN_PUBLISH_REGISTRY_URL: "https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/"

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
repositories {
88
mavenCentral()
99
maven {
10-
url 'https://s01.oss.sonatype.org/content/repositories/releases/'
10+
url 'https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/'
1111
}
1212
}
1313

0 commit comments

Comments
 (0)