heroku / heroku/devcenter-java-worker

Source Option 5 Error

未关闭
#5 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Java
星标
8
派生
18
PR 合并指标
30 天内没有已合并 PR

描述

It appears that newer versions of Maven or Java—I haven't narrowed it down (I'm running Maven 3.8.3 and Java 16)—fail to build this project. The error says:

```
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ herokujavasample ---
[INFO] Changes detected - recompiling the module!
[WARNING] File encoding has not been set, using platform encoding Cp1252, i.e. build is platform dependent!
[INFO] Compiling 2 source files to C:\Users\School\Microservices\java-worker-dyno-playground\devcenter-java-worker\target\classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] Source option 5 is no longer supported. Use 7 or later.
[ERROR] Target option 5 is no longer supported. Use 7 or later.
[INFO] 2 errors
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.778 s
[INFO] Finished at: 2021-10-11T14:38:42-06:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project herokujavasample: Compilation failure: Compilation failure:
[ERROR] Source option 5 is no longer supported. Use 7 or later.
[ERROR] Target option 5 is no longer supported. Use 7 or later.
```

It appears, however, that [adding the target version](https://stackoverflow.com/a/61941759/5432315) solves the issue.

```

1.8
1.8

```

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。