Commit 811507d
Use latestJavaVersion for JavaFX version to pick up patch releases (#7529)
The javafx block was using the bare major version (javaVersion=25) which
resolved to JavaFX 25. Switch to latestJavaVersion which queries the
Adoptium API for the latest patch release (e.g. 25.0.2), keeping JavaFX
in sync with the JDK patch level.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 41eb65c commit 811507d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
0 commit comments