Display Gradle output in console in Intellij IDEA 2016.1.1

前端 未结 2 1264
梦如初夏
梦如初夏 2020-12-24 04:18

When running Gradle task from IDEA:

console output looks like:

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

相关标签:
2条回答
  • 2020-12-24 04:45

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

    0 讨论(0)
  • 2020-12-24 04:47

    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.

    UPDATE: As of 2019.2.3, you don't need to toggle task/console view as you can see now both at the same time:

    0 讨论(0)
提交回复
热议问题