You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,12 +39,10 @@ before submitting your pull requests.
39
39
*[Bazelisk](https://github.com/bazelbuild/bazelisk), a Bazel wrapper that automatically downloads
40
40
the version of Bazel specified in `.bazelversion` file and transparently passes through all
41
41
command-line arguments to the real Bazel binary.
42
-
*The latest version of the [Java 11 OpenJDK](https://openjdk.java.net/)
42
+
*Java JDK version 11 or greater (e.g., [Java 11 OpenJDK](https://openjdk.java.net/))
43
43
*`java` and `jar` on the `$PATH` (make sure you use `java` executable from JDK but not JRE).
44
44
* To test this, try running the command `javac`. This command won't exist if you only have the JRE
45
45
installed. If you're met with a list of command-line options, you're referencing the JDK properly.
46
-
*[Python 3.7+](https://www.python.org/downloads/) and `python` on the `PATH`
47
-
*[The tox automation project](http://tox.readthedocs.org/) for Python: `pip install tox`
48
46
* macOS users:
49
47
* Install the latest version of Xcode including the command-line tools. This command should work `xcode-select --install`
50
48
* Apple Silicon Macs should add `build --host_platform=//:rosetta` to their `.bazelrc.local` file. We are working
0 commit comments