Skip to content

Commit

Permalink
New OSSRH infrastructure is much faster than the old one. The access …
Browse files Browse the repository at this point in the history
…to the old one has been revoked anyway. (#27)
  • Loading branch information
musketyr committed Dec 17, 2021
1 parent 1659ad5 commit 0bb82a4
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 @@ -93,6 +93,8 @@ config {
nexusPublishing {
repositories {
sonatype {
nexusUrl = uri('https://s01.oss.sonatype.org/service/local/')
snapshotRepositoryUrl = uri('https://s01.oss.sonatype.org/content/repositories/snapshots/')
username = ossrhUsername
password = ossrhPassword
}
Expand Down

0 comments on commit 0bb82a4

Please sign in to comment.