카테고리 없음

[IntelliJ] spring boot Gradle 실행 오류 해결법

미믜 2023. 7. 28.
반응형

 

1. setting 에서 변경하기

 

 

 

file -> setting -> Bild, Execution, Deployment -> Gradle로 들어갑니다.

 

 

file -> setting -> Bild, Execution, Deployment -> Gradle

 

Gradle JVM을 17로 변경합니다.

 

 

 

* 만약 Gradle 항목이 존재하지 않는 경우

 

 

file -> setting -> Plugins에 들어갑니다. 

 

 

file -> setting -> Plugins

 

 

플러그인 항목 중에서 Gradle과 GradleUpdater를 설치합니다.

 

 

2. Project에서 변경하기

 

 

아래의 경로로 접속합니다.

 

 

file -> Project Structure -> Project Settings -> Project 

 

 

file -> Project Structure -> Project Settings -> Project

 

Project의 SDK 항목을 17로 변경하고, Language level의 항목을 SDK default로 변경해줍니다.

 

 

 

 

 

3. Modules에서 변경하기

 

 

아래의 경로로 접속합니다.

 

 

file -> Project Structure -> Project Settings -> Modules

 

 

file -> Project Structure -> Project Settings -> Modules

 

 

Modules의 Sources 부분에서 Language level을 Project default로 변경합니다.

 

 

 

 

 

 

 

 

4. 새로고침하기

 

 

인텔리제이 화면의 좌측에 Database, SciView, Gradle, Notifications라는 항목이 있습니다.

 

그 중 Gradle을 클릭하여, 사진에 표시된 새로고침 모양을 클릭합니다.

 

 

Gradle -> 새로고침

 

 

 

새로고침이 완료 되었으면, 이제서야 정상적으로 그래들이 작동하는 것을 알 수 있습니다.

 

 

 

 

반응형

댓글