Correct JDK Version in README (#92)

It's currently wrong so needed updating.
This commit is contained in:
Ryan 2021-07-16 11:43:46 +01:00 committed by GitHub
parent 939e98b759
commit a37364d07e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,4 +14,4 @@ For information on our security policy and reporting an issue, please see [SECUR
### Compiling
You need Maven to build. You'd also need to set the JDK version to Java 8 as that is the current standard as of now.
You need Maven to build. You'd also need to set the JDK version to Java 11 as that is the current standard as of now.