tavoaqp commented on issue #18655: URL: https://github.com/apache/incubator-mxnet/issues/18655#issuecomment-673544666
hey @leezu , I got to compile the project using `make`. But when run `mvn compile` on the Scala folder I get this error: ``` [INFO] Compiling 2 source files to /home/gustavo/git/apache-mxnet-src-1.6.0-incubating/scala-package/init/target/classes at 1597332091507 [INFO] compiler plugin: BasicArtifact(org.scalamacros,paradise_2.11.8,2.1.0,null) [ERROR] error: scala.reflect.internal.MissingRequirementError: object java.lang.Object in compiler mirror not found. ``` then I realized that the `pom.xml` is configured like this: `<java.version>1.7</java.version>` I have Java 11 installed and that may be the source of the error above, would that be correct? Also, is there any reason to set the `java.version` to 1.7? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
