😵 에러 해결
[Gradle] Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
imname1am
2023. 8. 18. 11:36
반응형
😵 에러 상황
Gradle의 버전이 맞지 않는갑다,,,
🧐 해결 방법
: [Settings - Build, Execution, Deployment - Build Tools - Gradle]에 들어가서
오른쪽 사진과 같이 바꿔준다.
😇 결과
: 에러 메시지가 사라진다!
(참고)
Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
강의를 듣다가 새로운 프로젝트를 생성한 후 메인에 문구를 출력해 테스트 실행 → System.out.println("") 문구가 출력은 되나 다음과 같은 메세지가 발생했습니다. 빌드 시 Deprecated 된 기능들이 있어
firstws.tistory.com
반응형