Use yahfa as default backend
This commit is contained in:
parent
d3cf2246ec
commit
5639dc79e0
|
|
@ -96,6 +96,14 @@ afterEvaluate {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
// backward compatible
|
||||
task("zip${variantCapped}") {
|
||||
dependsOn "zipYahfa${variantCapped}"
|
||||
}
|
||||
task("push${variantCapped}") {
|
||||
dependsOn "pushYahfa${variantCapped}"
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Reference in New Issue