File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,10 @@ plugins {
77
88nexusPublishing {
99 repositories {
10+ // see https://central.sonatype.org/publish/publish-portal-ossrh-staging-api/#configuration
1011 sonatype {
11- nexusUrl.set(uri(" https://s01.oss .sonatype.org /service/local/" ))
12- snapshotRepositoryUrl.set(uri(" https://s01.oss. sonatype.org/content/repositories/ snapshots/" ))
12+ nexusUrl.set(uri(" https://ossrh-staging-api.central .sonatype.com /service/local/" ))
13+ snapshotRepositoryUrl.set(uri(" https://central. sonatype.com/repository/maven- snapshots/" ))
1314 val ossrhUsername = providers.environmentVariable(" OSSRH_USERNAME" )
1415 val ossrhPassword = providers.environmentVariable(" OSSRH_PASSWORD" )
1516 if (ossrhUsername.isPresent && ossrhPassword.isPresent) {
You can’t perform that action at this time.
0 commit comments