mirror of
https://github.com/sdkman/sdkman-cli.git
synced 2026-08-07 04:52:53 -04:00
Run jreleaserFullRelease to create files required by Homebrew (#1071)
This commit is contained in:
1 parent
9881a42e3f
commit
17d70f06fb
3 files changed
+5
-5
No files matched your search
@@ -34,8 +34,8 @@ jreleaser {
|
||||
distributionType = 'BINARY'
|
||||
artifact {
|
||||
path = "build/distributions/{{distributionName}}-${sdkmanVersion}.zip"
|
||||
// the platform has only been added because the Homebrew packager requires it
|
||||
// the resulting ZIP file is actually platform-independent
|
||||
// binary artifacts are platform-dependent and require a platform identifier
|
||||
// see https://github.com/jreleaser/jreleaser/issues/794 for more details
|
||||
platform = "osx-x86_64"
|
||||
}
|
||||
brew {
|
||||
|
||||
Reference in new issue
Block a user