Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
위와 같은 에러 메세지를 받게 되어
--warning-mode all을 없애보고자 합니다.
먼저 Settings - Build, Execution, Deployment - Build Tools, Gradle에서
Build and run using과 Run tests using을 gradle에서 intelliJ IDEA로 바꿔주세요
Settings - Build, Execution, Deployment - Docker - Gradle-Android Compiler
에서 Command-line Options에 --warning-mode all을 입력하면 됩니다!
'IDE > IntelliJ' 카테고리의 다른 글
[IntelliJ][Spring] UnsatisfiedDependencyException 해결하기 (0) | 2024.02.02 |
---|---|
[JetbrainIDE] ES Lint Editor config 설정 비활성화 방법 (1) | 2024.01.03 |
[IntelliJ] lombok 인식 안 됨 해결 방법 (0) | 2023.08.18 |
[IntelliJ] 인텔리제이에서 MySQL 연동하는 방법 (0) | 2023.08.17 |