google / google/s2-geometry-library-java
Build failure when mvn compile
- 主要言語
- Java
- スター
- 587
- フォーク
- 231
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
I downloaded the source zip (from https://github.com/google/s2-geometry-library-java/archive/refs/heads/master.zip) and then:
1. `mvn clean` -> OK
2. `mvn compile` ->
```
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project s2-geometry-library: 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.
[ERROR] -> [Help 1]
```
Linux system:
- Linux Mint 21.3 Cinnamon
- 5.15.0-142-generic
- Intel© Core™ i7-10850H CPU @ 2.70GHz × 6
OK I found the fix. I added these 2 lines in the `properties` section of the `pom.xml` file:
`11`
`11`
コントリビューションガイド
調査の方向性
pom.xml から始め、mvn compile で使用されるコンパイラー設定を確認します。設定されている source と target のレベルを、現在の Maven compiler plugin が要求する Java バージョンと比較し、その後 mvn clean と mvn compile を実行します。source または target 5 のエラーなしでコンパイルが成功すれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- java
- 領域
- build-system
- issue の種類
- バグ
- 難易度
- 1/5
- 見積もり時間
- 1時間未満
- 活発さ
- 静か
- 明瞭さ
- 明確に書かれている
- 初心者へのやさしさ
- 68/100