We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b4279d commit 1555924Copy full SHA for 1555924
gax-java/README.md
@@ -58,8 +58,13 @@ Java Versions
58
59
Java 8 or above is required for using this library.
60
61
-To build this project, JDK 11 or above is required. The build produces Java
62
-bytecode targeted for Java 8.
+To build this project, JDK 11 or above is required.
+The build produces Java bytecode targeted for Java 8.
63
+
64
+The project uses Gradle to build while it also provides Bazel build.
65
66
+If you build this project in Bazel, it requires Bazel 4 and basic UNIX commands
67
+(e.g., `cat`).
68
69
Contributing
70
------------
0 commit comments