We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11f28f3 commit 77ff3f4Copy full SHA for 77ff3f4
scripts/docker/install-java.bash
@@ -17,8 +17,8 @@ set -e
17
18
apt-get -qq update && apt-get install -y openjdk-8-jdk maven > /dev/null
19
20
-# Install gRPC for Java as a protobuf-compiler plugin. c.f. https://stackoverflow# .com/a/53982507/724872.
21
-wget -q http://central.maven.org/maven2/io/grpc/protoc-gen-grpc-java/1.21.0/protoc-gen-grpc-java-1.21.0-linux-x86_64.exe
+# Install gRPC for Java as a protobuf-compiler plugin. c.f. https://stackoverflow.com/a/53982507/724872.
+wget -q https://repo1.maven.org/maven2/io/grpc/protoc-gen-grpc-java/1.21.0/protoc-gen-grpc-java-1.21.0-linux-x86_64.exe --no-check-certificate
22
mv protoc-gen-grpc-java-1.21.0-linux-x86_64.exe /usr/local/bin/protoc-gen-grpc-java
23
chmod +x /usr/local/bin/protoc-gen-grpc-java
24
0 commit comments