Display Gradle output in console in Intellij IDEA

2019-01-31 15:31发布

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?

1条回答
祖国的老花朵
2楼-- · 2019-01-31 16:25

You can click the icon marked in the image bellow

Toggle tasks executions/text mode

That will switch to the console log of your build and you can see what went wrong.

enter image description here

查看更多
登录 后发表回答