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
We got to the point of running unit tests on CI (yay!), which promptly
started erroring out because of XA0030!
error XA0030: Building with JDK version `17.0.7` is not supported. Please install JDK version `11.0`. See https://aka.ms/xamarin/jdk9-errors
Update `$(LatestSupportedJavaVersion)` so that tests *can* run.
0 commit comments