Add dependency on brouter-routing-app for distZip

This commit is contained in:
Manuel Fuhr 2024-04-15 20:49:25 +02:00
parent 83f001e3a1
commit 47f58126e7

View file

@ -32,6 +32,7 @@ application {
distZip { distZip {
dependsOn fatJar dependsOn fatJar
if (file('../local.properties').exists()) dependsOn (':brouter-routing-app:assemble')
archiveFileName = 'brouter-' + project.version + '.zip' archiveFileName = 'brouter-' + project.version + '.zip'
} }