Skip to content

Commit aa45ddd

Browse files
committed
Migration to Sonatype Central
1 parent d57c2ee commit aa45ddd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@ if (isMerge || isRelease) {
103103
nexusPublishing {
104104
repositories {
105105
sonatype {
106+
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
107+
snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
106108
username = System.getenv('OSSRH_USERNAME')
107109
password = System.getenv('OSSRH_PASSWORD')
108110
}

0 commit comments

Comments
 (0)