Skip to content

Commit

Permalink
docs: explaining UNIX environment is required (#1760)
Browse files Browse the repository at this point in the history
* docs: explaining UNIX environment is required

Fixes googleapis/gax-java#1731
  • Loading branch information
suztomo authored Aug 1, 2022
1 parent 6b4279d commit 1555924
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions gax-java/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,13 @@ Java Versions

Java 8 or above is required for using this library.

To build this project, JDK 11 or above is required. The build produces Java
bytecode targeted for Java 8.
To build this project, JDK 11 or above is required.
The build produces Java bytecode targeted for Java 8.

The project uses Gradle to build while it also provides Bazel build.

If you build this project in Bazel, it requires Bazel 4 and basic UNIX commands
(e.g., `cat`).

Contributing
------------
Expand Down

0 comments on commit 1555924

Please sign in to comment.