Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
TheArchitect123 committed Jan 28, 2025
1 parent 3e712f8 commit 8c1c7ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ afterEvaluate {
repositories {
maven {
name = "mavenCentral"
url = uri("https://oss.sonatype.org/service/local/staging/deploy/maven2/")
url = uri("https://s01.oss.sonatype.org/content/repositories/releases/")
credentials {
username = System.getenv("OSSRH_USERNAME")
?: throw GradleException("OSSRH_USERNAME environment variable is missing")
Expand Down

0 comments on commit 8c1c7ca

Please sign in to comment.