Skip to content

Commit 1555924

Browse files
authored
docs: explaining UNIX environment is required (#1760)
* docs: explaining UNIX environment is required Fixes googleapis/gax-java#1731
1 parent 6b4279d commit 1555924

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

gax-java/README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,13 @@ Java Versions
5858

5959
Java 8 or above is required for using this library.
6060

61-
To build this project, JDK 11 or above is required. The build produces Java
62-
bytecode targeted for Java 8.
61+
To build this project, JDK 11 or above is required.
62+
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`).
6368

6469
Contributing
6570
------------

0 commit comments

Comments
 (0)