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
Motivation:
It looks like some JDK implementations do neither return `macosx` or
`osx` for `System.getProperty("os.arch")`.
Modifications:
- Return `osx` when `os.arch` starts with `mac` instead of `macosx`,
so that the plugin detects both `mac` and `macosx`.
Result:
- Fixes#58
Motivation:
It looks like some JDK implementations do neither return `macosx` or `osx` for `System.getProperty("os.arch")`.
Modifications:
- Return `osx` when `os.arch` starts with `mac` instead of `macosx`, so that the plugin detects both `mac` and `macosx`.
Result:
- Fixes#58
Apparently Zulu reports the value of "os.name" to be "Mac".
The code currently looks for "macosx" or "osx".
The text was updated successfully, but these errors were encountered: