You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by Rahul Goswami <ra...@gmail.com> on 2022/07/08 06:58:20 UTC

Error building lucene 9.0

Hi,
I cloned the lucene repo from github and checked out branch 9.0. I have JDK
11 installed on my Windows machine and am using GitBash to run the build as
below:

===============================
$ ./gradlew assemble
To honour the JVM settings for this build a single-use Daemon process will
be forked. See
https://docs.gradle.org/7.2/userguide/gradle_daemon.html#sec:disabling_the_daemon
.
Daemon will be stopped at the end of the build

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring root project 'lucene-root'.

*> A problem occurred configuring project ':lucene:misc:native'.   >
java.lang.NullPointerException (no error message)*

======================================

Even running "./gradlew help" runs into the same exception.

Would appreciate any help on the issue!

Thanks,
Rahul