From 0ef804077da0daf64eafc5c6f3cd7c38aece841a Mon Sep 17 00:00:00 2001 From: Isaac Turner Date: Fri, 8 Dec 2023 11:34:07 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d827b8..c0b00b9 100644 --- a/README.md +++ b/README.md @@ -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