개발/술Talk

[ IntelliJ ] 빌드 에러

황성안 2021. 9. 8. 17:32
728x90

IntelliJ 빌드 에러

Gradle 환경

Execution failed for task ':ServerApplication.main()'.
> Process 'command 'C:/Users/multicampus/.jdks/openjdk-16.0.1/bin/java.exe'' finished with non-zero exit value 1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

오랜만에 약 2주전에 끝난 프로젝트를 실행해보려고 빌드했더니 위와같은 오류가 발생하였습니다.

아래 해결방법으로 해보겠습니다.

  1. 좌측 상단 File에서 Settings 클릭 ( 컨트롤 + 알트 + s)
  2. Build, Execution, Deployment에서 Gradle 클릭
  3. 아래 사진과 같이 따라해주시고 OK 클릭

 

이후 다시실행해보시고 안되시는 분들은 댓글을 남겨주세요!

728x90