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
while stderr is empty and stdout is "Java 9\r\n", I tried changing "stderr" to "stdout" and it works with correct java version. Then in function 'validateJavacVersion', the 'installedJavaVersion' is receives a correct number '9'.
Hey @hzjzx. Regarding your first comment about using stdout instead of stderr - looks like a valid observation to me. Feel free to submit a PR and the team will review it.
Regarding the second problem - I will check and let you know, what might be the reason.
cli 3.2.1
I found this line of code
while stderr is empty and stdout is "Java 9\r\n", I tried changing "stderr" to "stdout" and it works with correct java version. Then in function 'validateJavacVersion', the 'installedJavaVersion' is receives a correct number '9'.
But this line of code return nothing
and endup with
The text was updated successfully, but these errors were encountered: