Skip to content

Commit

Permalink
Update README.md to specify JDK 11
Browse files Browse the repository at this point in the history
  • Loading branch information
JPercival authored Jan 5, 2024
1 parent 6477b7f commit 66f4174
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Src/java/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +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 [Java SE Development
Kit 8](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html) (a.k.a. JDK 1.8), clone this
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
repository, then execute this command from within this directory:

./gradlew build
Expand Down

0 comments on commit 66f4174

Please sign in to comment.