This was reported by a user who could not start a server
Here is the version of Java the user has installed
The "-ea" seems to be messing up the semver comparison done by the com.vdurmont.semver4j.Semver library
Can you find out how to reproduce this, and then check if the latest version of the semver lib fixes it?
Hello Brad, I did update the semver, and did several test, but I think the behavior is correct, since the early access is lower than the stable version,
If I try with a version like 1.8.1-ea, I got a true comparition, I think for this case we should allow the Early Access build removing the “-ea“ from the minimum version allowed.
so if the minimum is 1.8.0, 1.8.0-ea, will be allowed, I got a branch for this