Juanma Leflet Estrada
04/24/2024, 11:45 AM-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.