enable dist zip without apk
This commit is contained in:
parent
3653cfec59
commit
49c146e0eb
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ application {
|
|||
}
|
||||
|
||||
distZip {
|
||||
dependsOn fatJar, ':brouter-routing-app:packageRelease'
|
||||
dependsOn fatJar
|
||||
archiveFileName = 'brouter-' + project.version + '.zip'
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue