Skip to content

Commit e4396ef

Browse files
committed
Migrate to Sonatype Central
1 parent b25170e commit e4396ef

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
@@ -97,6 +97,8 @@ if (isMerge || isRelease) {
9797
nexusPublishing {
9898
repositories {
9999
sonatype {
100+
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
101+
snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
100102
username = System.getenv('OSSRH_USERNAME')
101103
password = System.getenv('OSSRH_PASSWORD')
102104
}

0 commit comments

Comments
 (0)