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: [email protected]
For additional commands, e-mail: [email protected]