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