mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2025-11-05 11:56:37 +00:00
revert to javafx 23 due to jpackage launcher link bug
This commit is contained in:
parent
c3d3fd1fda
commit
9e33861110
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ tasks.withType(AbstractArchiveTask).configureEach {
|
|||
}
|
||||
|
||||
javafx {
|
||||
version = headless ? "18" : "24.0.2"
|
||||
version = headless ? "18" : "23.0.2"
|
||||
modules = [ 'javafx.controls', 'javafx.fxml', 'javafx.swing', 'javafx.graphics' ]
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue