gpt4 book ai didi

maven - 无法执行目标 org.apache.maven.plugins :maven-compiler-plugin:3. 8.1:compile (default-compile): Fatal error compiling: invalid target release: 11

转载 作者:行者123 更新时间:2023-12-05 02:40:02 28 4
gpt4 key购买 nike

我想构建项目,但出现如下错误:

无法执行目标 org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project messaging-utils-core: Fatal error compiling: invalid target release: 11

我尝试通过谷歌搜索以各种方式修复它,但它在我的本地不起作用。我正在使用 Eclipse。

这是我的 pom.xml 的样子:

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>sg.com.nets.utils</groupId>
<artifactId>messaging-utils-parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>messaging-utils-core</artifactId>

<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
</exclusion>
<exclusion>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-logging</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>sg.com.nets.common.faulttolerance</groupId>
<artifactId>fault-tolerance-core</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-validation</artifactId>
</dependency>
<dependency>
<groupId>com.solacesystems</groupId>
<artifactId>sol-jcsmp</artifactId>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
</dependency>
<dependency>
<groupId>org.apache.qpid</groupId>
<artifactId>qpid-jms-client</artifactId>
</dependency>
</dependencies>

我运行 mvn --version 并给出:

Apache Maven 3.6.3

Java version: 1.8.0_281

对于我的环境,我有这个:

JAVA_HOME = D:\pathlocation\jdk1.8.0_281

请帮助我,因为我已经尝试解决此问题好几天了,但仍未解决。谢谢。

最佳答案

您正在尝试使用 JDK 8 为 Java 11 构建项目。

所以你需要使用更新的JDK。

关于maven - 无法执行目标 org.apache.maven.plugins :maven-compiler-plugin:3. 8.1:compile (default-compile): Fatal error compiling: invalid target release: 11,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/68813691/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com