diff --git a/Src/java/README.md b/Src/java/README.md index c4fa54940..65921479a 100644 --- a/Src/java/README.md +++ b/Src/java/README.md @@ -19,7 +19,7 @@ It contains the following sub-projects: # Building the Project This project uses the [Gradle](http://www.gradle.org/) build system. A gradle wrapper, which automatically downloads -and uses an instance of gradle, is provided for convenience. To build the project, install the [JDK 11](https://adoptium.net/temurin/releases/?version=11), clone this +and uses an instance of gradle, is provided for convenience. To build the project, install the [JDK 17](https://adoptium.net/temurin/releases/?version=17), clone this repository, then execute this command from within this directory: ./gradlew build