blob: 107a305bbf98ce4831f19ca741fbef5332a66ff7 [file] [log] [blame]
#!/bin/bash
set -exu -o pipefail
cat /VERSION
use_bazel.sh 4.0.0
bazel version
cd github/grpc-java
bazel build ...
cd examples
bazel clean
bazel build ...