그 외 ... (정리해야함)/꿀팁

[Intellij] 컴파일 오류

깡냉쓰 2019. 4. 22. 17:32
728x90
반응형

Error:java: javacTask: source release 1.8 requires target release 1.8

File > Settings > Build, Execution, Deployment > Java Compiler 에서 project bytecodec version 을 설정

Pre-moduels bytecode version 에서 특정 프로젝트의 Target bytecode version을 설정한다.

(자바 버전이 맞지 않아서 발생하는 오류)

728x90
반응형