Skip to content

Ensure JDKs are correctly installed

James Liu requested to merge jliu-check-java-install into master

What does this MR do?

Queries asdf for installed Java versions, and executes java -version for each installation. The script will exit if the version cannot be printed. This will hopefully prevent future instances of this: !160 (comment 1251656105)

No user-facing changes so I haven't added a changelog entry.

What are the relevant issue numbers?

Does this MR meet the acceptance criteria?

Edited by Lucas Charles

Merge request reports