Intellij Idea not showing errors in Message Tool Window after Gradle build

前端 未结 4 1005
无人共我
无人共我 2021-01-04 03:02

Intellij Idea 14.1.2, Gradle 2.3

I have a project with few java subprojects. Gradle builds works as expected but Intellij Idea does not capture the output of it and

4条回答
  •  天命终不由人
    2021-01-04 03:49

    I had a very similar issue in 2019.2.* where if I had previous results in the run tool window and then did a gradle build and had errors, it would switch me to the run tool window instead of the build window. This looks to be fixed in 2019.3.*.

提交回复
热议问题