Make distZip depend on fatJar
This commit is contained in:
parent
abb338afc9
commit
3173658690
1 changed files with 2 additions and 1 deletions
|
@ -30,6 +30,7 @@ application {
|
|||
}
|
||||
|
||||
distZip {
|
||||
dependsOn fatJar
|
||||
archiveFileName = 'brouter-' + project.version + '.zip'
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue