File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -23,9 +23,9 @@ version = PUBLISH_VERSION
2323ext[" signing.keyId" ] = ' '
2424ext[" signing.password" ] = ' '
2525ext[" signing.secretKeyRingFile" ] = ' '
26- ext[" ossrhUsername" ] = ' abc '
27- ext[" ossrhPassword" ] = ' def '
28- ext[" sonatypeStagingProfileId" ] = ' ghi '
26+ ext[" ossrhUsername" ] = ' '
27+ ext[" ossrhPassword" ] = ' '
28+ ext[" sonatypeStagingProfileId" ] = ' '
2929
3030File secretPropsFile = project. rootProject. file(' local.properties' )
3131if (secretPropsFile. exists()) {
@@ -38,9 +38,9 @@ if (secretPropsFile.exists()) {
3838 ext[" signing.keyId" ] = System . getenv(' SIGNING_KEY_ID' )
3939 ext[" signing.password" ] = System . getenv(' SIGNING_PASSWORD' )
4040 ext[" signing.secretKeyRingFile" ] = System . getenv(' SIGNING_SECRET_KEY_RING_FILE' )
41- ext[" ossrhUsername" ] = ' abc ' // System.getenv('OSSRH_USERNAME')
42- ext[" ossrhPassword" ] = ' abc ' // System.getenv('OSSRH_PASSWORD')
43- ext[" sonatypeStagingProfileId" ] = " xxx " // System.getenv('SONATYPE_STAGING_PROFILE_ID')
41+ ext[" ossrhUsername" ] = System . getenv(' OSSRH_USERNAME' )
42+ ext[" ossrhPassword" ] = System . getenv(' OSSRH_PASSWORD' )
43+ ext[" sonatypeStagingProfileId" ] = System . getenv(' SONATYPE_STAGING_PROFILE_ID' )
4444}
4545
4646publishing {
You can’t perform that action at this time.
0 commit comments