commit bf03a5a8d05ac384308adfff02d9561667d5f60e
parent 7cf6f22040285b883a92637c2687ac7bece05815
Author: Christian Grothoff <grothoff@gnunet.org>
Date: Thu, 7 Sep 2023 15:35:39 +0200
sandbox -> bank
Diffstat:
3 files changed, 4 insertions(+), 5 deletions(-)
diff --git 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
@@ -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
@@ -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")
}