XiaoConstantine opened a new issue, #11727: URL: https://github.com/apache/lucene/issues/11727
### Description When I try to run the demo indexer under `lucene/demo/IndexFiles.java` inside IntelliJ, I got following error: ```bash > Task :lucene:demo:IndexFiles.main() FAILED Error occurred during initialization of boot layer java.lang.module.FindException: Module antlr4.runtime not found, required by org.apache.lucene.expressions 29 actionable tasks: 12 executed, 17 up-to-date ``` It's a bit weird to me that seems like `expressions` has proper dependency and module requirments, any pointer would be appreciated, thanks! ### Version and environment details OS: macos Monterey version 12.5 (Intel Chip) Java version: ```bash ❯ java --version openjdk 17.0.4 2022-07-19 OpenJDK Runtime Environment Homebrew (build 17.0.4+0) OpenJDK 64-Bit Server VM Homebrew (build 17.0.4+0, mixed mode, sharing) ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org