Skip to content

Commit

Permalink
Add dependency on brouter-routing-app for distZip
Browse files Browse the repository at this point in the history
  • Loading branch information
zod committed Apr 15, 2024
1 parent 83f001e commit 47f5812
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions brouter-server/build.gradle
Expand Up @@ -32,6 +32,7 @@ application {

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

Expand Down

0 comments on commit 47f5812

Please sign in to comment.