From 74cea8368d00ed222b5afee4022208022918eb8f Mon Sep 17 00:00:00 2001 From: Jakob Buchgraber Date: Mon, 29 May 2017 09:56:22 +0200 Subject: Update grpc-java to 1.3.0, netty to 4.1.8.Final Change-Id: I24e44ce87f5e042ddddb4cdbdcdd118a2d30a5eb --- scripts/bootstrap/compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/bootstrap') diff --git a/scripts/bootstrap/compile.sh b/scripts/bootstrap/compile.sh index ce24d1af5c..2a769c3d51 100755 --- a/scripts/bootstrap/compile.sh +++ b/scripts/bootstrap/compile.sh @@ -18,7 +18,7 @@ PROTO_FILES=$(ls src/main/protobuf/*.proto src/main/java/com/google/devtools/build/lib/buildeventstream/proto/*.proto) LIBRARY_JARS=$(find third_party -name '*.jar' | grep -Fv /javac-9-dev-r3297-4.jar | grep -Fv /javac-9-dev-4023-2.jar | grep -Fv /javac7.jar | grep -Fv JavaBuilder | grep -Fv third_party/guava | grep -Fv third_party/guava | grep -ve third_party/grpc/grpc.*jar | tr "\n" " ") -GRPC_JAVA_VERSION=0.15.0 +GRPC_JAVA_VERSION=1.3.0 GRPC_LIBRARY_JARS=$(find third_party/grpc -name '*.jar' | grep -e .*${GRPC_JAVA_VERSION}.*jar | tr "\n" " ") # Guava jars are different for JDK 7 build and JDK 8 build, we select the good # one based on the name (21.0-{date} for JDK7). -- cgit v1.2.3