Re: [Building] Building with JDK11

2022-07-18 Thread Szymon Kuryło
ves --config java` >>- On Windows I have no idea >> >> >> When you do this the `mvn` command will compute the value of JAVA_HOME >> for its own use; there is no need to explicitly set it yourself (unless >> other Java applications that you use insist u[on it).

[Building] Building with JDK11

2022-07-15 Thread Szymon Kuryło
Hello, I'm trying to build a Java 11 Spark distro using the dev/make-distribution.sh script. I have set JAVA_HOME to point to JDK11 location, I've also set the java.version property in pom.xml to 11, effectively also setting `maven.compile.source` and `maven.compile.target`. When inspecting classe