Skip to content

Commit

Permalink
Merge pull request #6 from agorapulse/chore/migrate-ossrh
Browse files Browse the repository at this point in the history
Migrate to the latest OSSRH
  • Loading branch information
musketyr authored Jan 19, 2022
2 parents 875aea2 + 84a87c8 commit 4ae34d9
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 @@ -107,6 +107,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 4ae34d9

Please sign in to comment.