Fix incorrect docs in README.md: it must be java 17 exactly, java 18 does not work (#818)

This commit is contained in:
Robert Muir 2022-04-20 11:07:24 -04:00 committed by GitHub
parent 7c173b0e1c
commit e390f33258
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ comprehensive documentation, visit:
### Basic steps: ### Basic steps:
1. Install OpenJDK 17 (or greater). 1. Install OpenJDK 17 (exactly this version).
2. Clone Lucene's git repository (or download the source distribution). 2. Clone Lucene's git repository (or download the source distribution).
3. Run gradle launcher script (`gradlew`). 3. Run gradle launcher script (`gradlew`).