You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[build] check if $(JAVA_HOME_21_X64) exists and provision JDK 21 (#1249)
Builds on the `main` branch fail with:
ERROR: JAVA_HOME is set to an invalid directory: /Library/Java/JavaVirtualMachines/microsoft-21.jdk/Contents/Home
The current code is checking the `$(Agent.Name)`, but it should just check if the directory exists.
Additionally, we can provision JDK 21 if needed.
0 commit comments