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

构建环境:

我该如何解决这个问题?

事实证明,Ballerina 还不支持 Java 11,这就是上述问题的原因。谢谢@Kerry、@Karol Dowbecki、@Manuri。