gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] 02/04: Collecting the "dist" files from parent-project.


From: gnunet
Subject: [libeufin] 02/04: Collecting the "dist" files from parent-project.
Date: Sun, 20 Dec 2020 01:24:23 +0100

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

ms pushed a commit to branch master
in repository libeufin.

commit c6357f8de828ceac6763881d11462d5b50049999
Author: MS <ms@taler.net>
AuthorDate: Sun Dec 20 00:50:04 2020 +0100

    Collecting the "dist" files from parent-project.
    
    Note: no zipping is happening yet.
---
 build.gradle               | 11 ++++++++++-
 cli/{ => bin}/libeufin-cli |  0
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 62064d9..4d5df7f 100644
--- a/build.gradle
+++ b/build.gradle
@@ -16,7 +16,7 @@ idea {
     }
 }
 
-task dist {
+task dist(type: Copy) {
     evaluationDependsOn("nexus")
     subprojects.each {
         if (it.name == "nexus") {
@@ -24,4 +24,13 @@ task dist {
             dependsOn(t)
         }
     }
+    from("nexus/build/install/nexus-shadow") {
+        include("**/libeufin-nexus")
+        include("**/*.jar")
+    }
+    from ("cli") {
+        include("**/libeufin-cli")
+    }
+
+    into "/tmp/second/try"
 }
\ No newline at end of file
diff --git a/cli/libeufin-cli b/cli/bin/libeufin-cli
similarity index 100%
rename from cli/libeufin-cli
rename to cli/bin/libeufin-cli

-- 
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]