깃허브에서 다른 분의 프로젝트를 가져와서 mvn clean package를 했을 때 발생했던 에러입니다.

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile (default-compile) on project noticeboard: Fatal error compiling: error: release version 1.8 not supported -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:

pom.xml에서 설치된 maven 버전과 자바 버전을 일치 시켜주면 됩니다.

'이전자료 > 웹개발' 카테고리의 다른 글
Java Profiling을 위한 JVM 구조 알아보기 (0) | 2022.01.19 |
---|---|
HTTP/1.1에서 HTTP/2로 변경, 웹페이지 1초 단축 (0) | 2022.01.19 |
Vuejs Reactivity 이해하기 (0) | 2022.01.18 |
SQL 튜닝 및 사례 연구 (SQL 튜닝, 인덱스 튜닝) (0) | 2022.01.18 |
SQL 튜닝 및 사례 연구 (조인 튜닝) (0) | 2022.01.18 |