Add dependency on brouter-routing-app for distZip
This commit is contained in:
parent
83f001e3a1
commit
47f58126e7
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ application {
|
|||
|
||||
distZip {
|
||||
dependsOn fatJar
|
||||
if (file('../local.properties').exists()) dependsOn (':brouter-routing-app:assemble')
|
||||
archiveFileName = 'brouter-' + project.version + '.zip'
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue