Skip to content

Commit 49d076b

Browse files
committed
updating maven central target
1 parent a5b9e7e commit 49d076b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ publishing {
150150
}
151151
maven {
152152
name = "OSSRH"
153-
url = uri("https://s01.oss.sonatype.org/service/local/staging/deploy/maven2")
153+
url = uri("https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/")
154154
credentials {
155155
username = System.getenv("MAVEN_USERNAME")
156156
password = System.getenv("MAVEN_PASSWORD")

0 commit comments

Comments
 (0)