Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

docs: explaining UNIX environment is required #1760

Merged
merged 2 commits into from Aug 1, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 7 additions & 2 deletions README.md
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