Skip to content

Commit

Permalink
Update publish link
Browse files Browse the repository at this point in the history
  • Loading branch information
alancai98 committed Jul 17, 2024
1 parent 54c6c47 commit 06228f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ abstract class PublishPlugin : Plugin<Project> {
}
repositories {
maven {
url = uri("https://aws.oss.sonatype.org/service/local/staging/deploy/maven2")
url = uri("https://aws.oss.sonatype.org/service/local/")
credentials {
val ossrhUsername: String by rootProject
val ossrhPassword: String by rootProject
Expand Down

0 comments on commit 06228f0

Please sign in to comment.