Skip to content

Commit

Permalink
bitcoind: Reference gradle-tasks module locally
Browse files Browse the repository at this point in the history
  • Loading branch information
alvasw committed Oct 9, 2024
1 parent b7db7db commit 8299924
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ gradlePlugin {
}

dependencies {
implementation("bitcoind-build-logic:gradle-tasks")
implementation(project(":gradle-tasks"))
implementation(libs.google.guava)
}

0 comments on commit 8299924

Please sign in to comment.