Skip to content

Commit 478787a

Browse files
authored
Merge pull request #27 from segment-integrations/mgh/sonatype-fix-2
Fixing sonatype repo endpoints
2 parents 3206596 + 8abce07 commit 478787a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build.gradle.kts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ allprojects {
3939
nexusPublishing {
4040
repositories {
4141
sonatype()
42+
sonatype {
43+
// New Portal OSSRH Staging API endpoints
44+
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
45+
snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
46+
}
4247
}
4348
}
4449

0 commit comments

Comments
 (0)