Hi everyone. I am trying to specify the the JVM to...
# community-support
j
Hi everyone. I am trying to specify the the JVM to use by passing
-Dorg.gradle.java.home=<path to JDK home>
, but it's being ignored in favour of the
JAVA_HOME
env variable. I am using a Gradle 4.3 through a wrapper. I can't find info about the precedence of the different levels of configuration in the docs. Is there a sort of "universal" way of specifying the JVM to use that works with older (and newer) versions of Gradle? Thank you.