-
Notifications
You must be signed in to change notification settings - Fork 744
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Log the version of JDK installed #92
Comments
I too think that reporting (and verifying) the version installed would be generally useful. The simplest way to do this is to execute java -version. One can obviously do that as a step in the job itself, but it would probably be useful (and cheap enough) to do this implicitly in the action as a good logging practice, as the version information is often needs for diagnostic reasons (and the need is usually noticed after the fact, rather than as a planned thing). |
Is it possible to implement this seemingly easy ticket instead of waiting for the Big Bang #98 that could take months or even years? |
Hello everyone. |
@dmitry-shibanov I migrated to v2 and it looks good. Thank you. Couple of comments:
v1
v2:
|
Hello @asarkar. Thank you for your response and feedback.
|
Opened #157 for verbosity. |
The output from the action doesn't mention the version of JDK installed, which would be very useful to see.
The text was updated successfully, but these errors were encountered: