Skip to content

Commit

Permalink
updating maven central target
Browse files Browse the repository at this point in the history
  • Loading branch information
jkyberneees committed Dec 21, 2024
1 parent 2060b31 commit a5b9e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ publishing {
}
maven {
name = "OSSRH"
url = uri("https://oss.sonatype.org/service/local/staging/deploy/maven2/")
url = uri("https://s01.oss.sonatype.org/service/local/staging/deploy/maven2")
credentials {
username = System.getenv("MAVEN_USERNAME")
password = System.getenv("MAVEN_PASSWORD")
Expand Down

0 comments on commit a5b9e7e

Please sign in to comment.