Skip to content

Commit

Permalink
Update README.md with Java requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
JPercival authored Nov 21, 2024
1 parent 24237cb commit 40d6e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/java/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 40d6e50

Please sign in to comment.