Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix wrong String split regex when checking OS version
The "." character should be escaped as "\\." otherwise we get an empty String array
- Loading branch information