Hi. I'm unable to start the gradle deamon or run a...
# community-support
b
Hi. I'm unable to start the gradle deamon or run any commands.
./gradlew build --scan 2> gradle-output.log
tells me "Unable to start the daemon process." and "Could not initialize native services."
c
I guess gradle does not support Java 24 yet https://docs.gradle.org/current/userguide/compatibility.html
👆 1
b
I tried OpenJDK 21 (LTS), same issue
l
Did you try to stop the Gradle daemon first?
./gradlew --stop