Skip to content

Commit

Permalink
Remove old language from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pjreiniger committed Aug 31, 2024
1 parent a967ffe commit c212ec8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README-Bazel.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ WPILib is normally built with Gradle, but [Bazel](https://www.bazel.build/) can

## Prerequisites
- Install [Bazelisk](https://github.com/bazelbuild/bazelisk/releases) and add it to your path. Bazelisk is a wrapper that will download the correct version of bazel specified in the repository. Note: You can alias/rename the binary to `bazel` if you want to keep the familiar `bazel build` vs `bazelisk build` syntax.
- Java8+. The build will hermetically use java11, but bazel requires some version of the JRE be installed to run.
- Python 3

## Building
To build the entire repository, simply run `bazel build //...`. To run all of the unit tests, run `bazel test //...`
Expand Down

0 comments on commit c212ec8

Please sign in to comment.