Commit c2d2c30
fix: add JDK 25 setup for java25 e2e test plans
The java-gradle-java25 and java-maven-java25 test plans require JDK 25
at 'C:\Program Files\Java\jdk-25', but the pipeline only installed JDK 21.
This caused the Language Server to fail to start, timing out on the
ls-ready step.
- Install JDK 25 via setup-java before JDK 21
- Create a directory junction at the expected path
- JDK 21 remains the default JAVA_HOME
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 1cd32ef commit c2d2c30
1 file changed
Lines changed: 12 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
41 | 52 | | |
42 | 53 | | |
43 | 54 | | |
| |||
0 commit comments