Skip to content

Commit

Permalink
Set new Sonatype URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBratanov committed Dec 25, 2023
1 parent 4f73dba commit c9dd8ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ signing {
nexusPublishing {
repositories {
sonatype {
nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/"))
snapshotRepositoryUrl.set(uri("https://s01.oss.sonatype.org/content/repositories/snapshots/"))
username = System.getenv("OSSRH_USERNAME")
password = System.getenv("OSSRH_PASSWORD")
}
Expand Down

0 comments on commit c9dd8ea

Please sign in to comment.