Ballerina Maven 构建失败 - toml 解析器
Ballerina Maven Build Fails - toml parser
我查看了 Ballerina 并使用 mvn clean install
构建。我收到以下错误。
[ERROR] Failed to execute goal com.github.spotbugs:spotbugs-maven->plugin:3.1.1:spotbugs (spotbugs) on project toml-parser: Execution spotbugs >of goal com.github.spotbugs:spotbugs-maven-plugin:3.1.1:spotbugs failed: Java >returned: 1 -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute >?goal com.github.spotbugs:spotbugs-maven-plugin:3.1.1:spotbugs (spotbugs) on project toml-parser: Execution spotbugs of goal com.github.spotbugs:spotbugs-maven-plugin:3.1.1:spotbugs failed: Java returned: 1
构建环境:
- macOS High Sierra(版本 10.13.6)
- Java 11.0.1 2018-10-16 LTS
- Java(TM) SE 运行时环境 18.9(内部版本 11.0.1+13-LTS)
- Apache Maven 3.6.0
我该如何解决这个问题?
事实证明,Ballerina 还不支持 Java 11,这就是上述问题的原因。谢谢@Kerry、@Karol Dowbecki、@Manuri。
我查看了 Ballerina 并使用 mvn clean install
构建。我收到以下错误。
[ERROR] Failed to execute goal com.github.spotbugs:spotbugs-maven->plugin:3.1.1:spotbugs (spotbugs) on project toml-parser: Execution spotbugs >of goal com.github.spotbugs:spotbugs-maven-plugin:3.1.1:spotbugs failed: Java >returned: 1 -> [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute >?goal com.github.spotbugs:spotbugs-maven-plugin:3.1.1:spotbugs (spotbugs) on project toml-parser: Execution spotbugs of goal com.github.spotbugs:spotbugs-maven-plugin:3.1.1:spotbugs failed: Java returned: 1
构建环境:
- macOS High Sierra(版本 10.13.6)
- Java 11.0.1 2018-10-16 LTS
- Java(TM) SE 运行时环境 18.9(内部版本 11.0.1+13-LTS)
- Apache Maven 3.6.0
我该如何解决这个问题?
事实证明,Ballerina 还不支持 Java 11,这就是上述问题的原因。谢谢@Kerry、@Karol Dowbecki、@Manuri。