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
Windows virtual machines are configured with Java 11 by default,
though they have Java 17 and Java 21 installed. This change does not
propagate the Java version configuration to the Windows virtual machine.
Jobs that are configured to use Java 17 on Windows or Java 21 on Windows
are mistakenly using Java 11 on Windows.
Reverting the change so that a complete fix can be tested and confirmed
working before a pull request is proposed.
This reverts commit bcd195f.
0 commit comments