카테고리 없음

[Intellij] gradle junit test 시 그레이들로 실행한 것처럼 로그가 출력되는 문제

uchacha 2021. 2. 19. 11:02

- @참고: jojoldu.tistory.com/450

 

원인

명령 실행자의 기본값이 gradle로 변경되어서

 

문제 해결 방법

Settings > Build, Excution, Deplyment > Gradle > Build and run using 과 Run tests using 값을 Intellij IDEA로 변경한다.