Skip to content

Commit

Permalink
Merge pull request #535 from alvasw/gradle_disable_bitcoin_core_regte…
Browse files Browse the repository at this point in the history
…st_task

Gradle: Disable Bisq 2 Bitcoin Wallet Regtest Task
  • Loading branch information
alvasw authored Nov 2, 2022
2 parents 857f117 + fbdfcac commit 7c70d9d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class BisqDesktopRegtestPlugin : Plugin<Project> {
}

override fun apply(project: Project) {
registerBitcoindRegtestTasks(project)
// registerBitcoindRegtestTasks(project)
registerElementsdRegtestTasks(project)
}

Expand Down

0 comments on commit 7c70d9d

Please sign in to comment.