gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libeufin] 04/04: set archive name


From: gnunet
Subject: [libeufin] 04/04: set archive name
Date: Sun, 20 Dec 2020 01:24:25 +0100

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository libeufin.

commit e652ead97aa216e76fd290a8b86ff4af86d7db15
Author: MS <ms@taler.net>
AuthorDate: Sun Dec 20 01:24:12 2020 +0100

    set archive name
---
 build.gradle | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/build.gradle b/build.gradle
index 4d5df7f..a28308d 100644
--- 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

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]