jduo commented on issue #38915: URL: https://github.com/apache/arrow/issues/38915#issuecomment-2039384744
> @jduo Could you maybe explain how this new plugin of https://github.com/apache/arrow/issues/39134 is supposed to be used. Since a couple of these changes have gone in, I am unable to test in Intellij. I normally went through the process described at https://arrow.apache.org/docs/developers/java/building.html#intellij, but that doesn't work anymore. > > I am currently getting: > ``` > java: modules are not supported in -source 8 > (use -source 9 or higher to enable modules) > ``` Hi @FiV0 . I've been able to get IntelliJ working by setting it to use maven for build and test rather than using it's built-in build system. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
