Skip to content

Commit

Permalink
regtest: Apply bitcoin binary Gradle plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
alvasw committed Sep 3, 2024
1 parent 6cd00d2 commit b35ece2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions wallets/regtest/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
plugins {
id("bisq.java-library")
id("bisq.gradle.bitcoin_core.BitcoinCorePlugin")
}

bitcoin_core {
version.set("27.1")
}

sourceSets {
main {
resources {
srcDir(layout.buildDirectory.file("generated/src/main/resources"))
}
}
}

dependencies {
Expand Down

0 comments on commit b35ece2

Please sign in to comment.