adoptium/TKG

More detailed and specific machine info detection in TKG

renfeiw opened this issue · 1 comments

TKG checks machine info through MachineInfo.java. At the current stage, not all machine info commands are tailored based on platforms. We would like to improve this by identifying which commands work on which platform and conditionally use different commands on different platforms. An example is

if (System.getProperty("os.name").toLowerCase().contains("mac")) {

related: #45