Hello. I am trying to setup the Forge MDK for Eclipse but if I try to do: "gradlew setupDecompWorkspace eclipse" in my command prompt (I am in the directory which has the MDK files) I get an error message that says: "FAILURE: Build failed with an exception.
* What went wrong: Could not determine java version from '11.0.2'. *Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output." I have my JAVA_HOME set to "C:\Program Files\Java\jdk-11.0.2", and i have the same directory in my PATH as well as "%JAVA_HOME%\bin". The javac compiler works but if I set the path to JRE then it just tells me that it doesn't point to the directory of the JDK. Can you please help me?