We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JavaFX early access versions like 23-ea+3 are considered stable.
23-ea+3
JavaFX early access versions are added as update comments
JavaFX early access versions are not added as update comments
org.openjfx:javafx-base:13.0.1
refreshVersions
rejectVersionIf { fun Version.getAugmentedStabilityLevel() = // work-around for https://github.com/Splitties/refreshVersions/issues/721 if ((moduleId.group == "org.openjfx") && (value.contains("ea"))) { StabilityLevel.EarlyAccessProgram } else { stabilityLevel } candidate.getAugmentedStabilityLevel().isLessStableThan(current.getAugmentedStabilityLevel()) }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
🐛 Describe the bug
JavaFX early access versions like
23-ea+3
are considered stable.JavaFX early access versions are added as update comments
✅ Expected behavior
JavaFX early access versions are not added as update comments
💣 Steps to reproduce
org.openjfx:javafx-base:13.0.1
refreshVersions
Work-around
The text was updated successfully, but these errors were encountered: