Download latest Bazelisk release: https://github.com/bazelbuild/bazelisk/releases.
Install it locally as "bazel" e.g. in ~/bin/bazel
and ensure it's executable.
It will automatically download and start the bazel version specified in .bazelversion
.
bazel build //...
- builds all targetsbazel test //...
- tests all targetsbazel coverage //...
- runs tests with coverage support for all targetsbazel run //app:service
- runs the Play service
See the rules_jvm_external README for info on how to use the dependencies.
You will want to regenerate maven-install.json after changing dependencies with:
bazel run @unpinned_maven//:pin