Skip to content

Commit

Permalink
Merge pull request #7292 from alvasw/core_Add_dependency_to_bitcoind_…
Browse files Browse the repository at this point in the history
…regtest_integration_source_set

core: Add dependency to bitcoind:regtest (integration source set)
  • Loading branch information
alejandrogarcia83 authored Nov 20, 2024
2 parents f7382e2 + e2bbfdb commit 6def505
Show file tree
Hide file tree
Showing 3 changed files with 343 additions and 6 deletions.
4 changes: 3 additions & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Loading

0 comments on commit 6def505

Please sign in to comment.