Skip to content

Commit c4cea59

Browse files
committed
Migrate to Sonatype Central
1 parent 0c0a32f commit c4cea59

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
@@ -101,6 +101,8 @@ if (isMerge || isRelease) {
101101
nexusPublishing {
102102
repositories {
103103
sonatype {
104+
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
105+
snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
104106
username = System.getenv('OSSRH_USERNAME')
105107
password = System.getenv('OSSRH_PASSWORD')
106108
}

0 commit comments

Comments
 (0)