Skip to content

Commit

Permalink
Merge pull request #9 from agorapulse/chore/migrate-ossrh
Browse files Browse the repository at this point in the history
Migrate to the new Sonatype OSSRH infrastructure
  • Loading branch information
musketyr committed Dec 17, 2021
2 parents de7220b + 621c3f0 commit b8ed45a
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 @@ -108,6 +108,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 b8ed45a

Please sign in to comment.