File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ if (secretPropsFile.exists()) {
21
21
ext[name.toString()] = value
22
22
}
23
23
} else {
24
- ext[" signing.keyId" ] = System .getenv(" SIGNING_KEY_ID" )
25
- ext[" signing.password" ] = System .getenv(" SIGNING_PASSWORD" )
26
- ext[" signing.keys" ] = System .getenv(" SIGNING_SECRET_KEY" )
27
- ext[" ossrhUsername" ] = System .getenv(" OSSRH_USERNAME" )
28
- ext[" ossrhPassword" ] = System .getenv(" OSSRH_PASSWORD" )
24
+ ext[" signing.keyId" ] = System .getenv(" SIGNING_KEY_ID" ) ? : " "
25
+ ext[" signing.password" ] = System .getenv(" SIGNING_PASSWORD" ) ? : " "
26
+ ext[" signing.keys" ] = System .getenv(" SIGNING_SECRET_KEY" ) ? : " "
27
+ ext[" ossrhUsername" ] = System .getenv(" OSSRH_USERNAME" ) ? : " "
28
+ ext[" ossrhPassword" ] = System .getenv(" OSSRH_PASSWORD" ) ? : " "
29
29
}
30
30
31
31
val javadocJar by tasks.registering(Jar ::class ) {
You can’t perform that action at this time.
0 commit comments