Skip to content

Commit

Permalink
Attempt to fix publish url
Browse files Browse the repository at this point in the history
  • Loading branch information
bencalegari committed Jul 7, 2023
1 parent 3e775c8 commit 265beb5
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 @@ -203,7 +203,7 @@ nexusPublishing {
} else {
println("Creating a release version: ${version}")
}
nexusUrl = uri("https://oss.sonatype.org/service/local/staging/deploy/maven2")
nexusUrl = uri("https://oss.sonatype.org/service/local/")
snapshotRepositoryUrl = uri("https://oss.sonatype.org/content/repositories/snapshots")
username = sonatypeUsername
password = sonatypePassword
Expand Down

0 comments on commit 265beb5

Please sign in to comment.