Skip to content

Commit

Permalink
change url back based on jrelease docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rkeur7 committed Dec 2, 2024
1 parent 3173c64 commit 34e93e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-extras.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jreleaser {
active = 'ALWAYS'
username = System.getenv("JRELEASER_DEPLOY_MAVEN_MAVENCENTRAL_USERNAME")
password = System.getenv("JRELEASER_DEPLOY_MAVEN_MAVENCENTRAL_PASSWORD")
url = 'https://oss.sonatype.org/service/local/staging/deploy/maven2/'
url = 'https://central.sonatype.com/api/v1/publisher'
stagingRepository('build/libs')
}
}
Expand Down

0 comments on commit 34e93e4

Please sign in to comment.