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
fix: use correct property name for Java version support (#10)
- Replaced `props.distribution ?? defaultRange` with `props.supported ?? defaultRange` to properly handle the `supported` property when defaulting Java options.
- Ensured the logic in `defaultUndefinedJavaOptions` aligns with the updated property names.
This change resolves inconsistencies in the handling of the `supported` property in Java version configurations.
0 commit comments