Skip to content

Commit

Permalink
Fix nexus URL to end in slash
Browse files Browse the repository at this point in the history
  • Loading branch information
anuraaga authored Mar 4, 2021
1 parent c2ba1af commit 2857a22
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/staging/deploy/maven2/"))
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 2857a22

Please sign in to comment.