5.5.1
Install Aspect CLI
See full install instructions in README.md.
Homebrew (MacOS)
Link the Aspect CLI as bazel
just like the bazelisk installer does:
% brew install aspect-build/aspect/aspect
Bazelisk (MacOS / Linux)
Configure bazelisk to use the Aspect CLI for all developers. Add this to .bazeliskrc
in your project folder:
BAZELISK_BASE_URL=https://github.com/aspect-build/aspect-cli/releases/download
USE_BAZEL_VERSION=aspect/5.5.1
The underlying version of Bazel can be configured in your .bazelversion
file or the BAZEL_VERSION
environment variable.
What's Changed
Features
- Add initial kotlin gazelle extension to
configure
command
Fixes
- Ensure gazelle config overrides are local. This regressed in 5.5.0.
Changelog
- chore: update README and install snipped with no windows by @gregmagolan in #472
- chore: update to use Aspect CLI 5.5.0 by @gregmagolan in #471
- chore: update to Aspect Workflows 5.5.0 release by @gregmagolan in #469
- chore(copybara): sync commits from Aspect-internal silo by @alexeagle in #475
- chore(copybara): sync commits from Aspect-internal silo by @gregmagolan in #478
Full Changelog: 5.5.0...5.5.1