Skip to content

Commit

Permalink
Add sonatype urls
Browse files Browse the repository at this point in the history
  • Loading branch information
alorma committed Aug 19, 2021
1 parent 18e7974 commit fb8968c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/publish-root.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ nexusPublishing {
stagingProfileId = sonatypeStagingProfileId
username = ossrhUsername
password = ossrhPassword
nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/"))
snapshotRepositoryUrl.set(uri("https://s01.oss.sonatype.org/content/repositories/snapshots/"))
}
}
}

0 comments on commit fb8968c

Please sign in to comment.