Commit 6d1c318
committed
Drop build support for Java 1.7 and 1.8
Keep producing 1.7 artifacts, but use a more modern compiler to do
so.
We used to rely on source/target flags to support an earlier
version of Java, but had to run 1.7 in CI to verify we didn't
accidentally use newer APIs.
While Java 1.7 is available in GH actions, maven doesn't quite
work. With Java 9 we can use release flag instead of source/target,
which also checks that we only use classes compatible with 1.7
classpath, so we don't have to run maven 1.7 in CI.1 parent a773b23 commit 6d1c318
3 files changed
Lines changed: 4 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
347 | 347 | | |
348 | 348 | | |
349 | 349 | | |
350 | | - | |
| 350 | + | |
351 | 351 | | |
352 | 352 | | |
353 | 353 | | |
| |||
372 | 372 | | |
373 | 373 | | |
374 | 374 | | |
375 | | - | |
376 | | - | |
| 375 | + | |
377 | 376 | | |
378 | 377 | | |
379 | 378 | | |
| |||
0 commit comments