add dependsOn to avoid warnings
This commit is contained in:
parent
1925cbecab
commit
8a7e973bda
2 changed files with 6 additions and 2 deletions
|
|
@ -13,7 +13,7 @@ application {
|
|||
attributes "Main-Class": getMainClass(), "Implementation-Version": project.version
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
task fatJar(type: Jar) {
|
||||
archiveFileName = 'brouter-' + project.version + '-all.jar'
|
||||
|
||||
|
|
@ -34,7 +34,7 @@ application {
|
|||
}
|
||||
|
||||
distZip {
|
||||
dependsOn fatJar
|
||||
dependsOn fatJar, ':brouter-routing-app:packageRelease'
|
||||
archiveFileName = 'brouter-' + project.version + '.zip'
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue