'Display Gradle output in console in Intellij IDEA 2016.1.1

When running Gradle task from IDEA:

IDEA Gradle window

console output looks like:

enter image description here

As one can see, bootRun task failed. But I can't find the reason of the fail.

Is there a way to make Gradle output be displayed in Intellij Console when starting tasks from Gradle window?



Solution 1:[1]

In IDEA 2019.2.3 the icon has change. See circled icon in image:

enter image description here

Solution 2:[2]

Alright, I know it's so obvious that you don't need to tell about it. But I've spent the whole day not getting what's going on)

If you cannot find logs, and see only Gradle steps, probably you just have to expand the logs window. Somehow it was minimized without my notice.

Added a screenshot just in case. Just drag the mouse pointer to the left on the spot circled in red.

enter image description here

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Farrukh Najmi
Solution 2 LexSav