@@ -2,8 +2,8 @@ ext["staging.project.id"] = ''
22ext[" staging.project.key" =  ' ' 
33ext[" production.project.id" =  ' ' 
44ext[" production.project.key" =  ' ' 
5- ext[" ossrhUsername " =  ' ' 
6- ext[" ossrhPassword " =  ' ' 
5+ ext[" sonatypeUsername " =  ' ' 
6+ ext[" sonatypePassword " =  ' ' 
77ext[" sonatypeStagingProfileId" =  ' ' 
88ext[" signing.keyId" =  ' ' 
99ext[" signing.password" =  ' ' 
@@ -20,8 +20,8 @@ if (localProperties.exists()) {
2020} else  {
2121 ext[" production.project.id" =  System . getenv(' TEST_PROJECT_ID' 
2222 ext[" production.project.key" =  System . getenv(' TEST_PROJECT_KEY' 
23-  ext[" ossrhUsername " =  System . getenv(' OSSRH_USERNAME ' 
24-  ext[" ossrhPassword " =  System . getenv(' OSSRH_PASSWORD ' 
23+  ext[" sonatypeUsername " =  System . getenv(' SONATYPE_USERNAME ' 
24+  ext[" sonatypePassword " =  System . getenv(' SONATYPE_PASSWORD ' 
2525 ext[" sonatypeStagingProfileId" =  System . getenv(' SONATYPE_STAGING_PROFILE_ID' 
2626 ext[" signing.keyId" =  System . getenv(' SIGNING_KEY_ID' 
2727 ext[" signing.password" =  System . getenv(' SIGNING_PASSWORD' 
@@ -34,12 +34,12 @@ if (localProperties.exists()) {
3434nexusPublishing  {
3535 repositories {
3636 sonatype {
37-  username =  ossrhUsername 
38-  password =  ossrhPassword 
37+  username =  sonatypeUsername 
38+  password =  sonatypePassword 
3939 stagingProfileId =  sonatypeStagingProfileId
4040 version =  publishVersion
41-  nexusUrl. set(uri(" https://s01.oss .sonatype.org /service/local/" 
42-  snapshotRepositoryUrl. set(uri(" https://s01.oss. sonatype.org/content/repositories/ snapshots/" 
41+  nexusUrl. set(uri(" https://ossrh-staging-api.central .sonatype.com /service/local/" 
42+  snapshotRepositoryUrl. set(uri(" https://central. sonatype.com/repository/maven- snapshots/" 
4343 }
4444 }
4545}
0 commit comments