gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: invoke task from other task


From: gnunet
Subject: [libeufin] branch master updated: invoke task from other task
Date: Wed, 15 Apr 2020 15:52:11 +0200

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

marcello pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new 7a1b39c  invoke task from other task
7a1b39c is described below

commit 7a1b39cee475b7e3aaeadeb3f49abf9b6d088fc0
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Apr 15 15:49:42 2020 +0200

    invoke task from other task
---
 nexus/README       | 2 +-
 nexus/build.gradle | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/nexus/README b/nexus/README
index 959fce6..69ee30c 100644
--- a/nexus/README
+++ b/nexus/README
@@ -18,7 +18,7 @@ Installing the Nexus start script along the project files
 =========================================================
 
 $ cd <top-level directory of this repository>
-$ ./gradlew -q -Pprefix=<installation prefix> nexus:installDist
+$ ./gradlew -q -Pprefix=<installation prefix> nexus:installToPrefix
 
 Documentation
 =============
diff --git a/nexus/build.gradle b/nexus/build.gradle
index 418c3d5..53cd320 100644
--- a/nexus/build.gradle
+++ b/nexus/build.gradle
@@ -15,6 +15,7 @@ plugins {
 }
 
 task installToPrefix(type: Copy) {
+    dependsOn(installShadowDist)
     from("build/install/nexus-shadow") {
         include("**/nexus")
         include("**/*.jar")

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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