mirror of https://github.com/grpc/grpc-java.git
examples: Not to promise a supported Bazel version
It's not maintainable.
This commit is contained in:
parent
1ed196c585
commit
97218a6edd
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue