Describe the enhancement requested
The process of executing mvn clean install did not encounter any problems when we were trying to build Java modules by command line (i.e. Github CI).
The following error appears if we are trying to run and debug tests using an IDE.
/arrow/java/memory/memory-core/src/main/java/module-info.java:18
java: modules are not supported in -source 8
(use -source 9 or higher to enable modules)
Component(s)
Java