Skip to content

Commit

Permalink
gradle: Set build-logic's name to bitcoind-build-logic
Browse files Browse the repository at this point in the history
  • Loading branch information
alvasw committed Nov 11, 2024
1 parent b657101 commit ba4bc25
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@ pluginManagement {
repositories {
gradlePluginPortal()
}
includeBuild("build-logic")
includeBuild("build-logic") {
name = "bitcoind-build-logic"
}
}

include("core")
include("bitcoind")
include("json-rpc")
include("regtest")

rootProject.name = "bitcoind"
rootProject.name = "bitcoind"

0 comments on commit ba4bc25

Please sign in to comment.