Sign in
android
/
platform
/
external
/
grpc-grpc-java
/
6f8e44a7f52e94491423b3fa8e41463e916514a8
/
.
/
buildscripts
/
kokoro
/
bazel.sh
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
...