Run jreleaserFullRelease to create files required by Homebrew (#1071)

This commit is contained in:
Oliver Weiler authored and GitHub committed 2022-03-17 20:39:35 +01:00
1 parent 9881a42e3f
commit 17d70f06fb
3 files changed
+5 -5

No files matched your search

+2 -2
View File
@@ -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 {