I used gradle build command in Centos 7 terminal and I got output:
FAILURE: Build failed with an exception. * What we
I got this error when running code in IntelliJ Idea, and
gradle --stop
really not helped, as it said that "No Gradle daemons are running."
But simple kill of all gradle processes helped:
ps aux | grep gradle kill -9 $PID