Skip to content

Commit

Permalink
Fix brew formula being copied into the same folder as the zip
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtSilvio committed Oct 10, 2023
1 parent 8f09b7e commit a87f239
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,8 @@ val buildBrewZip by tasks.registering(Zip::class) {
}

val buildBrewFormula by tasks.registering(Sync::class) {
dependsOn(buildBrewZip)

from("packages/homebrew/mqtt-cli.rb")
into(layout.buildDirectory.dir("packages/homebrew/formula"))
filter {
Expand Down

0 comments on commit a87f239

Please sign in to comment.