IntelliJ interacts with Gradle via the Gradle tooling API, which always uses the daemon.
i.e. There is no way to turn it off.
What you could do (after filing a bug report) is not to use the IntelliJ Gradle integration but instead generate IntelliJ project files with
gradle idea