Skip to content

Commit

Permalink
Merge pull request #8 from croz-ltd/hotfix_automateMavenCentralRelease
Browse files Browse the repository at this point in the history
Fix Nexus Staging Repository URL for Publish Plugin
  • Loading branch information
jsajlovic authored Jan 31, 2022
2 parents 9377ef4 + 9a02d84 commit dee084d
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 @@ -124,7 +124,7 @@ subprojects {
nexusPublishing {
repositories {
sonatype {
nexusUrl = uri("$sonatypeNexusUrl/service/local/staging/deploy/maven2/")
nexusUrl = uri("$sonatypeNexusUrl/service/local/")
snapshotRepositoryUrl = uri("$sonatypeNexusUrl/content/repositories/snapshots/")

username = "$sonatypeUsername"
Expand Down

0 comments on commit dee084d

Please sign in to comment.