Make distZip depend on fatJar

This commit is contained in:
Manuel Fuhr 2021-10-11 16:51:17 +02:00
parent abb338afc9
commit 3173658690

View file

@ -30,7 +30,8 @@ application {
}
distZip {
archiveFileName = 'brouter-' + project.version + '.zip'
dependsOn fatJar
archiveFileName = 'brouter-' + project.version + '.zip'
}
distributions {