[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libeufin] branch master updated: sandbox -> bank
From: |
gnunet |
Subject: |
[libeufin] branch master updated: sandbox -> bank |
Date: |
Thu, 07 Sep 2023 15:35:45 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository libeufin.
The following commit(s) were added to refs/heads/master by this push:
new bf03a5a8 sandbox -> bank
bf03a5a8 is described below
commit bf03a5a8d05ac384308adfff02d9561667d5f60e
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Thu Sep 7 15:35:39 2023 +0200
sandbox -> bank
---
nexus/build.gradle | 2 +-
settings.gradle | 4 ++--
util/build.gradle | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/nexus/build.gradle b/nexus/build.gradle
index 60dd828d..13a2c806 100644
--- a/nexus/build.gradle
+++ b/nexus/build.gradle
@@ -102,7 +102,7 @@ dependencies {
testImplementation 'org.jetbrains.kotlin:kotlin-test-junit:1.5.21'
testImplementation 'io.ktor:ktor-client-mock:2.2.4'
testImplementation 'com.kohlschutter.junixsocket:junixsocket-core:2.6.2'
- testImplementation project(":sandbox")
+ testImplementation project(":bank")
}
test {
diff --git a/settings.gradle b/settings.gradle
index d3a8dbcc..8c5fe595 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -1,4 +1,4 @@
rootProject.name = 'libeufin'
-include("sandbox")
+include("bank")
include("nexus")
-include("util")
\ No newline at end of file
+include("util")
diff --git a/util/build.gradle b/util/build.gradle
index 4c8da032..9c4642b7 100644
--- a/util/build.gradle
+++ b/util/build.gradle
@@ -58,7 +58,7 @@ dependencies {
testImplementation group: 'junit', name: 'junit', version: '4.13.2'
testImplementation 'org.jetbrains.kotlin:kotlin-test-junit:1.5.21'
testImplementation 'org.jetbrains.kotlin:kotlin-test:1.5.21'
- testImplementation project(":sandbox")
+ testImplementation project(":bank")
testImplementation project(":nexus")
}
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.