Skip to content

Commit

Permalink
Fix nexus URL.
Browse files Browse the repository at this point in the history
  • Loading branch information
Anuraag Agrawal committed Mar 4, 2021
1 parent 2857a22 commit 2cc27a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ release {
nexusPublishing {
repositories {
sonatype {
nexusUrl.set(uri("https://aws.oss.sonatype.org/service/local/staging/deploy/maven2/"))
nexusUrl.set(uri("https://aws.oss.sonatype.org/service/local/"))
snapshotRepositoryUrl.set(uri("https://aws.oss.sonatype.org/content/repositories/snapshots/"))
username.set(System.getenv("PUBLISH_USERNAME"))
password.set(System.getenv("PUBLISH_PASSWORD"))
Expand Down

0 comments on commit 2cc27a7

Please sign in to comment.