Skip to content

Commit a8c44f7

Browse files
authored
Merge pull request #15 from agorapulse/chore/migrate-ossrh
Migrate to the new Sonatype OSSRH infrastructure
2 parents 81dfd59 + 587cc6f commit a8c44f7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ allprojects {
113113
nexusPublishing {
114114
repositories {
115115
sonatype {
116+
nexusUrl = uri('https://s01.oss.sonatype.org/service/local/')
117+
snapshotRepositoryUrl = uri('https://s01.oss.sonatype.org/content/repositories/snapshots/')
116118
username = ossrhUsername
117119
password = ossrhPassword
118120
}

0 commit comments

Comments
 (0)