So I'm trying to build the clean phobos, but I keep getting this error:
Unable to start the daemon process.
This problem might be caused by incorrect configuration of the daemon.
For example, an unrecognized jvm option is used.
Please refer to the user guide chapter on the daemon at https://docs.gradle.org/4.9/userguide/gradle_daemon.html
Please read the following process output to find out more:
I have my JAVA_HOME pointed at the right folder (C:\Program Files\Java\jdk-17.0.1) (I have a 64bit system), so I don't know what the problem is.
Any suggestions?