Skip to content

Commit 3a21733

Browse files
Use new Central Repository URL in sonatype publishing
1 parent 962f2d0 commit 3a21733

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
@@ -37,6 +37,8 @@ nexusPublishing {
3737
username = sonatypeUser
3838
password = sonatypePwd
3939
packageGroup = 'org.ehcache' //Sonatype staging repository name
40+
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
41+
snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
4042
}
4143
nexus {
4244
username = tcDeployUser

0 commit comments

Comments
 (0)