제목과 같은 에러가 발생했을 때에는
Java의 JAVA_HOME 설정을 확인하면 됩니다.
만약, Azure DevOps를 사용한다면, 첨부 이미지처럼 반드시 Java 버전을 옵션에서 변경하면 됩니다.
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project java-campus: Fatal error compiling: invalid target release: 11 -> [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:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
끝.