[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.10.1:compile (default-compile) on project FlinkTutorial: Fatal error compiling: 无效的目标发行版: 17 -> [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
还有打包的时候一直出现JAVA无效目标发行版 17中问题,除了从设置中的Java编译器修改模块和项目的字节码版本修改成对应的版本.
或者是在项目结构的项目或者是模块中设置为语言和编译器为JDK8还有就是可能在使用的时候Mavan中的配置为JDK17
我是因为在这个Maven的setting.xml配置文件中配置了JDK17所以每次编译的时候都会出现这个问题.