[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libeufin] branch master updated: Excluding Nexus from compilation.
From: |
gnunet |
Subject: |
[libeufin] branch master updated: Excluding Nexus from compilation. |
Date: |
Fri, 15 Sep 2023 12:53:29 +0200 |
This is an automated email from the git hooks/post-receive script.
ms pushed a commit to branch master
in repository libeufin.
The following commit(s) were added to refs/heads/master by this push:
new 12afd0f8 Excluding Nexus from compilation.
12afd0f8 is described below
commit 12afd0f86be5c4c028107eb3633cc462c1c63544
Author: MS <ms@taler.net>
AuthorDate: Fri Sep 15 12:52:11 2023 +0200
Excluding Nexus from compilation.
It has obsolete code and would create compilation
problems while Util is being changed. It'll be reactivated
once the bank finishes the current refactoring.
---
build.gradle | 10 +++++-----
settings.gradle | 2 +-
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/build.gradle b/build.gradle
index 8b923849..c248edf6 100644
--- a/build.gradle
+++ b/build.gradle
@@ -62,7 +62,7 @@ classes {
task execArch(type: Zip) {
dependsOn versionFile
dependsOn replaceVersionCli
- evaluationDependsOn("nexus")
+ // evaluationDependsOn("nexus")
evaluationDependsOn("bank")
def topDir = "${getRootProject().name}-${getRootProject().version}"
archiveFileName = "${topDir}.zip"
@@ -72,10 +72,10 @@ task execArch(type: Zip) {
dependsOn(t) // invokes the task 't'
}
}
- from("nexus/build/install/nexus-shadow") {
- include("**/libeufin-nexus")
- include("**/*.jar")
- }
+ //from("nexus/build/install/nexus-shadow") {
+ // include("**/libeufin-nexus")
+ // include("**/*.jar")
+ //}
from("bank/build/install/bank-shadow") {
include("**/libeufin-bank")
include("**/*.jar")
diff --git a/settings.gradle b/settings.gradle
index 8c5fe595..0cccd975 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -1,4 +1,4 @@
rootProject.name = 'libeufin'
include("bank")
-include("nexus")
+// include("nexus")
include("util")
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [libeufin] branch master updated: Excluding Nexus from compilation.,
gnunet <=