From 97218a6edd4bcccdd1e82ff34be5ed28fca8ec2a Mon Sep 17 00:00:00 2001 From: ZHANG Dapeng Date: Fri, 11 Jan 2019 08:56:08 -0800 Subject: [PATCH] examples: Not to promise a supported Bazel version It's not maintainable. --- examples/AUTHENTICATION_EXAMPLE.md | 1 - examples/README.md | 1 - examples/example-gauth/GOOGLE_AUTH_EXAMPLE.md | 1 - examples/example-tls/README.md | 1 - 4 files changed, 4 deletions(-) diff --git a/examples/AUTHENTICATION_EXAMPLE.md b/examples/AUTHENTICATION_EXAMPLE.md index 31cc294a50..4710223b16 100644 --- a/examples/AUTHENTICATION_EXAMPLE.md +++ b/examples/AUTHENTICATION_EXAMPLE.md @@ -69,7 +69,6 @@ $ mvn exec:java -Dexec.mainClass=io.grpc.examples.authentication.AuthClient -Dex If you prefer to use Bazel: ``` -(With Bazel v0.8.0 or above.) $ bazel build :auth-server :auth-client $ # Run the server $ bazel-bin/auth-server diff --git a/examples/README.md b/examples/README.md index 4fadc72152..4104e370dc 100644 --- a/examples/README.md +++ b/examples/README.md @@ -79,7 +79,6 @@ $ mvn exec:java -Dexec.mainClass=io.grpc.examples.helloworld.HelloWorldClient If you prefer to use Bazel: ``` -(With Bazel v0.8.0 or above.) $ bazel build :hello-world-server :hello-world-client $ # Run the server $ bazel-bin/hello-world-server diff --git a/examples/example-gauth/GOOGLE_AUTH_EXAMPLE.md b/examples/example-gauth/GOOGLE_AUTH_EXAMPLE.md index b536cc261a..622c14cb57 100644 --- a/examples/example-gauth/GOOGLE_AUTH_EXAMPLE.md +++ b/examples/example-gauth/GOOGLE_AUTH_EXAMPLE.md @@ -99,7 +99,6 @@ the project ID of the project you created (or used) in step 2 above. ## Bazel If you prefer to use Bazel: ``` - (With Bazel v0.8.0 or above.) $ bazel build :google-auth-client $ # Run the client $ ../bazel-bin/google-auth-client /path/to/JSON/file projects/xyz123 diff --git a/examples/example-tls/README.md b/examples/example-tls/README.md index 0c92192493..6839993fd3 100644 --- a/examples/example-tls/README.md +++ b/examples/example-tls/README.md @@ -116,7 +116,6 @@ $ mvn exec:java -Dexec.mainClass=io.grpc.examples.helloworldtls.HelloWorldClient If you prefer to use Bazel: ``` -(With Bazel v0.8.0 or above.) $ bazel build :hello-world-tls-server :hello-world-tls-client $ # Run the server $ ../bazel-bin/hello-world-tls-server localhost 50440 /tmp/sslcert/server.crt /tmp/sslcert/server.pem