We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86fa860 commit e34b49cCopy full SHA for e34b49c
1 file changed
COMPILING.md
@@ -150,3 +150,17 @@ $ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager --licenses
150
151
# Add 'export ANDROID_HOME=$HOME/Android/Sdk' to your .bashrc or equivalent
152
```
153
+
154
+Building with Bazel
155
+===================
156
157
+grpc-java can also be built using [Bazel](https://bazel.build/). We support
158
+the two most recent major versions of Bazel.
159
+[Install bazelisk](https://github.com/bazelbuild/bazelisk#installation)
160
+to ensure you're always building using the latest supported version, then try:
161
162
+```
163
+$ bazelisk build //...
164
165
166
+You cannot run the tests from Bazel at this time.
0 commit comments