Skip to content

Commit

Permalink
Remove protobuf dependency from bitcoind modules
Browse files Browse the repository at this point in the history
  • Loading branch information
alvasw committed Oct 8, 2024
1 parent ebfb1d2 commit 2bdd61a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion wallets/bitcoind/core/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
plugins {
id("bisq.java-library")
id("bisq.protobuf")
}

dependencies {
Expand Down
1 change: 0 additions & 1 deletion wallets/bitcoind/json-rpc/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
plugins {
id("bisq.java-library")
id("bisq.protobuf")
}

dependencies {
Expand Down

0 comments on commit 2bdd61a

Please sign in to comment.