commit e652ead97aa216e76fd290a8b86ff4af86d7db15
parent 93295825b259d8e27b0a30d53fd9b2965f2a987f
Author: MS <ms@taler.net>
Date: Sun, 20 Dec 2020 01:24:12 +0100
set archive name
Diffstat:
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/build.gradle b/build.gradle
@@ -16,7 +16,7 @@ idea {
}
}
-task dist(type: Copy) {
+task dist(type: Zip) {
evaluationDependsOn("nexus")
subprojects.each {
if (it.name == "nexus") {
@@ -31,6 +31,5 @@ task dist(type: Copy) {
from ("cli") {
include("**/libeufin-cli")
}
-
- into "/tmp/second/try"
+ archiveFileName = "libeufin-0.0.zip"
}
\ No newline at end of file