Skip to content

Commit 9881a42

Browse files
author
Oliver Weiler
authored
Add platform to appease Homebrew packager (#1070)
* Add platform to appease Homebrew packager * Add explanatory comment
1 parent bd2558a commit 9881a42

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

gradle/release.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jreleaser {
3434
distributionType = 'BINARY'
3535
artifact {
3636
path = "build/distributions/{{distributionName}}-${sdkmanVersion}.zip"
37+
// the platform has only been added because the Homebrew packager requires it
38+
// the resulting ZIP file is actually platform-independent
39+
platform = "osx-x86_64"
3740
}
3841
brew {
3942
active = 'ALWAYS'

0 commit comments

Comments
 (0)