mirror of https://github.com/grpc/grpc-java.git
Drop Bazel 4 support
Bazel 6 has been released, and we track the two most recent major versions.
This commit is contained in:
parent
56a4186f0a
commit
ec5bc6b1eb
|
|
@ -3,7 +3,7 @@
|
||||||
set -exu -o pipefail
|
set -exu -o pipefail
|
||||||
cat /VERSION
|
cat /VERSION
|
||||||
|
|
||||||
use_bazel.sh 4.0.0
|
use_bazel.sh 5.0.0
|
||||||
bazel version
|
bazel version
|
||||||
|
|
||||||
cd github/grpc-java
|
cd github/grpc-java
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue