We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd2558a commit 9881a42Copy full SHA for 9881a42
gradle/release.gradle
@@ -34,6 +34,9 @@ jreleaser {
34
distributionType = 'BINARY'
35
artifact {
36
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"
40
}
41
brew {
42
active = 'ALWAYS'
0 commit comments