본문 바로가기
오류개선

[해결] 인텔리J You can use '--warning-mode all' 오류

by 바투바투 2022. 7. 12.
반응형

 

코드를 실행할 때

You can use '--warning mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.

이와 같은 내용이 뜨면서 프로젝트가 실행되지 않을때 아래와 같이 설정을 바꿔주니 해결되었다.

 

-> Build /Run 설정을 Gradle에서 IntelliJ IEDA로 변경 

 

 

변경후 프로젝트가 제대로 실행된다.

반응형
LIST