That is exactly as said: Lucene main branch is our development branch
and will possibly be branched as Lucene 10, this branch is currently at
Java 17 minimum.
For current releases of Apache Lucene 9, we use a separate branch
"branch_9x" where we cherry-pick stuff. This branch runs with Java 11
Hello,
I am using gitbash to build lucene 9.2.0 on Windows. I checked out the
release/lucene/9.2.0 tag and tried running "./gradlew help". But it fails.
Running Java 11.0.4. Somehow building lucene 9x on Windows has never worked
for me. Had the same issue with 9.0.0 as well.
mypc@mypc MINGW64 /c/w