examples: Not to promise a supported Bazel version

It's not maintainable.
This commit is contained in:
ZHANG Dapeng 2019-01-11 08:56:08 -08:00 committed by GitHub
parent 1ed196c585
commit 97218a6edd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 0 additions and 4 deletions

View File

@ -69,7 +69,6 @@ $ mvn exec:java -Dexec.mainClass=io.grpc.examples.authentication.AuthClient -Dex
If you prefer to use Bazel: If you prefer to use Bazel:
``` ```
(With Bazel v0.8.0 or above.)
$ bazel build :auth-server :auth-client $ bazel build :auth-server :auth-client
$ # Run the server $ # Run the server
$ bazel-bin/auth-server $ bazel-bin/auth-server

View File

@ -79,7 +79,6 @@ $ mvn exec:java -Dexec.mainClass=io.grpc.examples.helloworld.HelloWorldClient
If you prefer to use Bazel: If you prefer to use Bazel:
``` ```
(With Bazel v0.8.0 or above.)
$ bazel build :hello-world-server :hello-world-client $ bazel build :hello-world-server :hello-world-client
$ # Run the server $ # Run the server
$ bazel-bin/hello-world-server $ bazel-bin/hello-world-server

View File

@ -99,7 +99,6 @@ the project ID of the project you created (or used) in step 2 above.
## Bazel ## Bazel
If you prefer to use Bazel: If you prefer to use Bazel:
``` ```
(With Bazel v0.8.0 or above.)
$ bazel build :google-auth-client $ bazel build :google-auth-client
$ # Run the client $ # Run the client
$ ../bazel-bin/google-auth-client /path/to/JSON/file projects/xyz123 $ ../bazel-bin/google-auth-client /path/to/JSON/file projects/xyz123

View File

@ -116,7 +116,6 @@ $ mvn exec:java -Dexec.mainClass=io.grpc.examples.helloworldtls.HelloWorldClient
If you prefer to use Bazel: If you prefer to use Bazel:
``` ```
(With Bazel v0.8.0 or above.)
$ bazel build :hello-world-tls-server :hello-world-tls-client $ bazel build :hello-world-tls-server :hello-world-tls-client
$ # Run the server $ # Run the server
$ ../bazel-bin/hello-world-tls-server localhost 50440 /tmp/sslcert/server.crt /tmp/sslcert/server.pem $ ../bazel-bin/hello-world-tls-server localhost 50440 /tmp/sslcert/server.crt /tmp/sslcert/server.pem