mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-09 22:00:39 +01:00
fix release builds
Gradle'd changed the name of one of the signing-related tasks.
This commit is contained in:
parent
32c264cc16
commit
f33488f020
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ task cleanNDK(type: Exec) {
|
|||
}
|
||||
|
||||
gradle.taskGraph.whenReady { taskGraph ->
|
||||
if ( taskGraph.hasTask(':app:validateReleaseSigning') ) {
|
||||
if ( taskGraph.hasTask(':app:validateSigningXw4Release') ) {
|
||||
def pass
|
||||
if (System.getenv("ANDROID_RELEASE_PASSWORD")) {
|
||||
pass = System.getenv("ANDROID_RELEASE_PASSWORD")
|
||||
|
|
Loading…
Add table
Reference in a new issue