Skip to content

Use latestJavaVersion for JavaFX version to pick up patch releases#7529

Merged
karianna merged 1 commit intoPCGen:masterfrom
karianna:update-javafx-version
Feb 27, 2026
Merged

Use latestJavaVersion for JavaFX version to pick up patch releases#7529
karianna merged 1 commit intoPCGen:masterfrom
karianna:update-javafx-version

Conversation

@karianna
Copy link
Contributor

The javafx block was using the bare major version (javaVersion=25) which resolved to JavaFX 25.0.0. This switches 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.

This is consistent with how latestJavaVersion is already used in the downloadJavaFXModules and downloadJavaFXLocal tasks.

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>
@karianna karianna merged commit 811507d into PCGen:master Feb 27, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant