mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-19 07:02:51 +08:00
CB-12159 Android: Keystore password prompt won't show up
This closes #351
This commit is contained in:
parent
071ddbf6eb
commit
a51fc4b25e
@ -264,7 +264,7 @@ def promptForReleaseKeyPassword() {
|
|||||||
|
|
||||||
gradle.taskGraph.whenReady { taskGraph ->
|
gradle.taskGraph.whenReady { taskGraph ->
|
||||||
taskGraph.getAllTasks().each() { task ->
|
taskGraph.getAllTasks().each() { task ->
|
||||||
if (task.name == 'validateReleaseSigning') {
|
if (task.name == 'validateReleaseSigning' || task.name == 'validateSigningRelease') {
|
||||||
promptForReleaseKeyPassword()
|
promptForReleaseKeyPassword()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user