-
Notifications
You must be signed in to change notification settings - Fork 0
Commit 55207c2
authored
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.1 parent e972088 commit 55207c2
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | - | ||
127 | + | ||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| |||
0 commit comments