You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This adds the gradle task ':assemblePlatformArchive' that depends on the
platform specific distro archive tasks and allows using the same task for
building only the archive according to the local platform.
This delegates to
:distribution:archives:windows-zip:assemble on windows
:distribution:archives:linux-tar:assemble on linux
:distribution:archives:darwin-tar:assemble on osx
Closes#53682
0 commit comments