mirror of https://github.com/apache/lucene.git
Fix incorrect docs in README.md: it must be java 17 exactly, java 18 does not work (#818)
This commit is contained in:
parent
7c173b0e1c
commit
e390f33258
|
@ -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`).
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue