Skip to content

Commit a87f239

Browse files
committed
Fix brew formula being copied into the same folder as the zip
1 parent 8f09b7e commit a87f239

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -485,6 +485,8 @@ val buildBrewZip by tasks.registering(Zip::class) {
485485
}
486486

487487
val buildBrewFormula by tasks.registering(Sync::class) {
488+
dependsOn(buildBrewZip)
489+
488490
from("packages/homebrew/mqtt-cli.rb")
489491
into(layout.buildDirectory.dir("packages/homebrew/formula"))
490492
filter {

0 commit comments

Comments
 (0)