Commit 08cbf7b
committed
review: gate release signing on all signing inputs (alias + key password)
Per Greptile: canSign only checked the keystore file + store password, so if
ALIAS_NAME/ALIAS_PASS were absent while the others were present, Gradle would build a
signing config with null alias/password and fail at packaging with an opaque error.
Require all of keystore-exists + storePass + alias + keyPass non-blank before enabling
release signing; otherwise skip cleanly.1 parent 6fdfc82 commit 08cbf7b
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
128 | 131 | | |
129 | 132 | | |
130 | 133 | | |
| |||
0 commit comments