Skip to content

Commit

Permalink
Fixed the publishing url.
Browse files Browse the repository at this point in the history
  • Loading branch information
adil-hussain-84 committed Mar 8, 2024
1 parent 451b316 commit 48041bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ publishing {
maven {
name = "sonatype"
credentials(PasswordCredentials::class)
url = uri("https://s01.oss.sonatype.org/service/local/staging/deploy/maven2//artifactory/libs-release")
url = uri("https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/")
}
}
}
Expand Down

0 comments on commit 48041bc

Please sign in to comment.