개발노트/JavaScript
[Intellij] Deprecated Gradle features were used in this build 오류 해결
전지적진영시점
2024. 4. 2. 18:04
개발 환경
---------------------------------
OS : Mac
개발 툴 : intelliJ
개발 언어 : java
개발 프레임워크 : nuxt
빌드 도구 : Gradle
---------------------------------
Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
이번에 만난 오류는 넘 오래된 Gradle 버전으로 Gradle 9.0과 호환되지 않는다 블라블라 하는겁니다.
1. Gradle의 버전을 업데이트 하는 방법도 있고
2. Setting 에 들어가서 아래 부분은 IntelliJ로 수정한 후 다시 빌드해도 돌아갑니다.
