gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] 01/04: Get parent-project build Nexus fat JAR.


From: gnunet
Subject: [libeufin] 01/04: Get parent-project build Nexus fat JAR.
Date: Sun, 20 Dec 2020 01:24:22 +0100

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

ms pushed a commit to branch master
in repository libeufin.

commit ef52e4347677b5e5a87b548744614c33004e8fd1
Author: MS <ms@taler.net>
AuthorDate: Sun Dec 20 00:35:03 2020 +0100

    Get parent-project build Nexus fat JAR.
---
 build.gradle | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/build.gradle b/build.gradle
index 992a300..62064d9 100644
--- a/build.gradle
+++ b/build.gradle
@@ -14,4 +14,14 @@ idea {
     module {
         excludeDirs += file("frontend")
     }
+}
+
+task dist {
+    evaluationDependsOn("nexus")
+    subprojects.each {
+        if (it.name == "nexus") {
+            Task t = it.tasks.getByName("installShadowDist")
+            dependsOn(t)
+        }
+    }
 }
\ 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]