TroublesShooting
[ Troubleshooting ] deprecated gradle features were used in this build, making it incompatible with gradle 8.0. you can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
JINJINC
2023. 3. 26. 18:46
728x90
반응형
오류 메세지
deprecated gradle features were used in this build, making it incompatible with gradle 8.0. you can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
=> 사용되지 않는 Gradle 기능이 이 빌드에 사용되어 Gradle 8.0과 호환되지 않습니다. '--warning-mode all'을 사용하여 개별 사용되지 않는 경고를 표시하고 해당 경고가 사용자 자신의 스크립트 또는 플러그인에서 온 것인지 확인할 수 있습니다.
해결방법


728x90
반응형