Skip to content

Commit

Permalink
chore(release): Change nexusUrl for publishing to https://s01.oss.son…
Browse files Browse the repository at this point in the history
…atype.org/service/local/

Co-authored-by: Timon Back <[email protected]>
  • Loading branch information
sam0r040 and timonback committed May 31, 2024
1 parent 9b019e2 commit 4f7bbf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ allprojects {
nexusPublishing {
repositories {
MavenRepository {
nexusUrl = uri('https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/')
nexusUrl = uri('https://s01.oss.sonatype.org/service/local/')
snapshotRepositoryUrl = uri('https://s01.oss.sonatype.org/content/repositories/snapshots/')
username = project.findProperty('MAVEN_USERNAME') ?: ''
password = project.findProperty('MAVEN_PASSWORD') ?: ''
Expand Down

0 comments on commit 4f7bbf5

Please sign in to comment.