Intellij idea tests compilation takes too long (compared with Eclipse)

后端 未结 4 1104
轮回少年
轮回少年 2021-01-18 10:57

When I \"junit\" some class, compilation in Idea takes about 4-5 sec. In Eclipse it takes milliseconds.

What should I do to speed up Intellij Idea compilation for te

4条回答
  •  清酒与你
    2021-01-18 11:40

    I encountered such a problem using Gradle. Make sure that the tests run under Idea. Settings -> Build, Execution, Deployment -> Build Tools -> Gradle -> Run tests using -> IntelliJ IDEA

提交回复
热议问题