diff --git a/core/build.gradle b/core/build.gradle
index 6e0f86bab9..b28c4c9aeb 100644
--- a/core/build.gradle
+++ b/core/build.gradle
@@ -63,9 +63,11 @@ dependencies {
testCompileOnly libs.lombok
testImplementation libs.natpryce.make.it.easy
- integrationTestImplementation libs.junit.jupiter
integrationTestAnnotationProcessor libs.lombok
integrationTestCompileOnly libs.lombok
+ integrationTestImplementation('bitcoind:regtest') {
+ exclude(module: 'kotlin-stdlib-jdk8')
+ }
}
test {
diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml
index 4ad614144d..c90c0402df 100644
--- a/gradle/verification-metadata.xml
+++ b/gradle/verification-metadata.xml
@@ -25,6 +25,14 @@
+
+
+
+
+
+
+
+
@@ -33,11 +41,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -633,6 +654,14 @@
+
+
+
+
+
+
+
+
@@ -665,6 +694,11 @@
+
+
+
+
+
@@ -762,6 +796,14 @@
+
+
+
+
+
+
+
+
@@ -787,6 +829,11 @@
+
+
+
+
+
@@ -954,6 +1001,61 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -1082,6 +1184,14 @@
+
+
+
+
+
+
+
+
@@ -1410,6 +1520,14 @@
+
+
+
+
+
+
+
+
@@ -1450,6 +1568,14 @@
+
+
+
+
+
+
+
+
@@ -1458,11 +1584,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -1722,6 +1861,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -1738,6 +1890,14 @@
+
+
+
+
+
+
+
+
@@ -1746,6 +1906,14 @@
+
+
+
+
+
+
+
+
@@ -2357,6 +2525,14 @@
+
+
+
+
+
+
+
+
@@ -2811,6 +2987,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -3098,6 +3287,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -3107,11 +3312,27 @@
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
+
+
@@ -3130,6 +3351,14 @@
+
+
+
+
+
+
+
+
@@ -3146,6 +3375,14 @@
+
+
+
+
+
+
+
+
@@ -3255,6 +3492,14 @@
+
+
+
+
+
+
+
+
@@ -3271,6 +3516,14 @@
+
+
+
+
+
+
+
+
@@ -3287,6 +3540,14 @@
+
+
+
+
+
+
+
+
@@ -3303,6 +3564,14 @@
+
+
+
+
+
+
+
+
@@ -3319,6 +3588,14 @@
+
+
+
+
+
+
+
+
@@ -3343,6 +3620,14 @@
+
+
+
+
+
+
+
+
@@ -3359,6 +3644,14 @@
+
+
+
+
+
+
+
+
@@ -3375,11 +3668,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -3559,6 +3865,14 @@
+
+
+
+
+
+
+
+
@@ -3567,11 +3881,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -3624,5 +3951,13 @@
+
+
+
+
+
+
+
+
diff --git a/settings.gradle b/settings.gradle
index 68b0cbfbc4..cadfe73422 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -36,6 +36,6 @@ include 'statsnode'
include 'apitest'
include 'platform'
include 'code-coverage-report'
-include 'bitcoind'
+includeBuild 'bitcoind'
rootProject.name = 'bisq'