Skip to content

Commit ee3ebad

Browse files
committed
Fix URL
1 parent 3ec1105 commit ee3ebad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ allprojects {
4242
maven {
4343
name = "Oss"
4444
setUrl {
45-
"https://ossrh-staging-api.central.sonatype.com/service/local/staging/maven2/"
45+
"https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/"
4646
}
4747
credentials {
4848
username = user

0 commit comments

Comments
 (0)