IDE/IntelliJ

[IntelliJ][Gradle] 빌드할 때 warning mode all 추가하기, You can use '--warning-mode all' ...

  • -
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을 입력하면 됩니다!

 

 

 

Contents

포스팅 주소를 복사했습니다

이 글이 도움이 되었다면 공감 부탁드립니다.