Gradle plugin doesn't work in Intellij IDEA (Calculate task graph)?
To see the error, click that icon in the upper left corner. It will toggle between console output view and that other view.
The problem was because I used "gradle build" command in the plugin to build the project but in the gradle plugin you don't need to use "gradle" before task.
So, I run "build" command and it is working now.