Commit 0608f53
fix(desktop): provision JDK 25 in the offline Flatpak sandbox
The JBR 25 toolchain bump (#6203) raised desktopApp's jvmToolchain to
languageVersion 25, but the offline manifest still provisioned only the
openjdk21 SDK extension. With toolchain auto-provisioning disabled (the
build is offline by design), compileJava failed on both arches with
'Cannot find a Java installation matching languageVersion=25'. Swap to
the openjdk25 extension and note the coupling in the manifest.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent 8453071 commit 0608f53
1 file changed
Lines changed: 7 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
15 | 18 | | |
16 | 19 | | |
17 | 20 | | |
| |||
56 | 59 | | |
57 | 60 | | |
58 | 61 | | |
59 | | - | |
| 62 | + | |
60 | 63 | | |
61 | | - | |
| 64 | + | |
62 | 65 | | |
63 | 66 | | |
64 | 67 | | |
| |||
73 | 76 | | |
74 | 77 | | |
75 | 78 | | |
76 | | - | |
| 79 | + | |
77 | 80 | | |
78 | 81 | | |
79 | 82 | | |
| |||
0 commit comments