In IntelliJ building Lucene main branch I see this:

.../workspace/lucene/lucene/core.tests/src/test/module-info.java:23:
error: module not found: org.apache.lucene.core.tests.main
  requires org.apache.lucene.core.tests.main;
                                       ^

Am I doing it wrong? Does anybody else encounter this? I tried
re-importing the Gradle model, which succeeds, but then when I build
the project I get the above error.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to