Alright, I'm new, and am trying to set up forge. However, for some reason, gradlew is refusing to cooperate. First I needed to add JAVA_HOME to the environment variables (C:\Program Files\Java\jdk-12.0.1) as it kept returning an error on recompile, because it had defaulted to the JRE. Now that I've set that as JAVA_HOME, it started returning a different error:
FAILURE: Build failed with an exception.
* What went wrong:
Could not determine java version from '12.0.1'.
I would be most appreciative if someone could help me on this.