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
Currently Java 9 is translated internally to Java "1.9". The normalization should take care of all versions >=9 and normalize them to no longer use "1." prefix. There are also some places that might break with 2 digit major versions (like 10 or 18).