Skip to content

Commit 21613cd

Browse files
fix: maven repo url (#173)
1 parent 08db621 commit 21613cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ publishing {
163163
mavenLocal()
164164
maven {
165165
name = "OSSRH"
166-
url = "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
166+
url = "https://oss.sonatype.org/content/groups/public/"
167167
credentials {
168168
username = System.getenv("MAVEN_USERNAME")
169169
password = System.getenv("MAVEN_PASSWORD")

0 commit comments

Comments
 (0)