Skip to content

Commit

Permalink
Update JavaFX to 23 (JabRef#11757)
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed Sep 17, 2024
1 parent 3a577a6 commit 213673f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deployment-jdk-ea.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest, buildjet-8vcpu-ubuntu-2204-arm]
jdk: [22]
javafx: [23]
javafx: [24]
include:
- os: ubuntu-latest
displayName: linux
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ dependencyLocking {
}

javafx {
version = "22.0.2"
version = "23"
modules = [ 'javafx.controls', 'javafx.fxml', 'javafx.web', 'javafx.swing' ]
}

Expand Down

0 comments on commit 213673f

Please sign in to comment.