Skip to content

Commit 6def505

Browse files
Merge pull request bisq-network#7292 from alvasw/core_Add_dependency_to_bitcoind_regtest_integration_source_set
core: Add dependency to bitcoind:regtest (integration source set)
2 parents f7382e2 + e2bbfdb commit 6def505

File tree

3 files changed

+343
-6
lines changed

3 files changed

+343
-6
lines changed

core/build.gradle

+3-1
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,11 @@ dependencies {
6363
testCompileOnly libs.lombok
6464
testImplementation libs.natpryce.make.it.easy
6565

66-
integrationTestImplementation libs.junit.jupiter
6766
integrationTestAnnotationProcessor libs.lombok
6867
integrationTestCompileOnly libs.lombok
68+
integrationTestImplementation('bitcoind:regtest') {
69+
exclude(module: 'kotlin-stdlib-jdk8')
70+
}
6971
}
7072

7173
test {

0 commit comments

Comments
 (0)