solution: zip distribution

This commit is contained in:
Igor Artamonov
2019-08-22 23:25:38 -04:00
parent a06ef4307a
commit 641fe5dca0
2 changed files with 24 additions and 1 deletions

View File

@@ -142,4 +142,12 @@ jib {
args = []
ports = ['8090']
}
}
jar {
enabled=true
}
afterEvaluate {
distZip.dependsOn(jar)
}