Skip to content

Commit

Permalink
chore: Remove Homebrew packager (#1298)
Browse files Browse the repository at this point in the history
  • Loading branch information
helpermethod authored Jun 18, 2024
1 parent f33f264 commit 2bcdc63
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 66 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
JRELEASER_TWITTER_ACCESS_TOKEN: ${{ secrets.TWITTER_ACCESS_TOKEN }}
JRELEASER_TWITTER_ACCESS_TOKEN_SECRET: ${{ secrets.TWITTER_ACCESS_TOKEN_SECRET }}
JRELEASER_MASTODON_ACCESS_TOKEN: ${{ secrets.MASTODON_ACCESS_TOKEN}}
JRELEASER_HOMEBREW_GITHUB_TOKEN: ${{ secrets.HOMEBREW_GITHUB_TOKEN }}
services:
mongodb:
image: mongo:3.2
Expand Down
3 changes: 0 additions & 3 deletions gradle/release.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ jreleaser {
path = "build/distributions/{{distributionName}}-${sdkmanVersion}.zip"
extraProperties.put("universal", "true")
}
brew {
active = 'ALWAYS'
}
}
}

Expand Down
29 changes: 0 additions & 29 deletions src/jreleaser/distributions/sdkman-cli/brew/README.md.tpl

This file was deleted.

33 changes: 0 additions & 33 deletions src/jreleaser/distributions/sdkman-cli/brew/formula.rb.tpl

This file was deleted.

0 comments on commit 2bcdc63

Please sign in to comment.