Commit 6cb05ba
Release workflows: use JDK 17 to match project target (#3771)
pom.xml sets <maven.compiler.release>17</maven.compiler.release> (since
#3579, "Bump minimum Java version to 17"), but release-prepare-rc.yml
and release-publish.yml still set up JDK 11. The mismatch produces
"class file version 61.0 vs. 55.0" errors when the release build runs
under Java 11. Update both workflows to JDK 17 (setup-java step name
and java-version) so the runtime matches the compile target.
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>1 parent a363f5d commit 6cb05ba
2 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
0 commit comments