mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2025-11-05 11:56:37 +00:00
upgrade to javafx 23.0.2
This commit is contained in:
parent
3dfd8210a8
commit
e8cd56388f
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ tasks.withType(AbstractArchiveTask) {
|
|||
}
|
||||
|
||||
javafx {
|
||||
version = headless ? "18" : "23.0.1"
|
||||
version = headless ? "18" : "23.0.2"
|
||||
modules = [ 'javafx.controls', 'javafx.fxml', 'javafx.swing', 'javafx.graphics' ]
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue