Skip to content

Commit

Permalink
core: Add dependency to bitcoind:regtest (integration source set)
Browse files Browse the repository at this point in the history
  • Loading branch information
alvasw committed Nov 11, 2024
1 parent a1f83e8 commit 72860d9
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 72860d9

Please sign in to comment.