Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This Gradle plugin is responsible for determining what repositories the build sh

## Building

This plugin is written in Groovy, and therefore needs to have Groovy installed on your local machine. Groovy is available from here: http://www.groovy-lang.org/. Building is accomplished with Gradle, as with the rest of WPILib. To build, run the following command:
This plugin is written in Java, and therefore needs to have Java installed on your local machine. Java is available from [here](https://adoptium.net/en-GB/temurin/releases/?version=11) or on Ubuntu by running `sudo apt install openjdk-11-jdk`. Building is accomplished with Gradle, as with the rest of WPILib. To build, run the following command:

```bash
./gradlew build
Expand Down