mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-02-23 06:35:17 +01:00
wallettemplate: upgrade JavaFX to version 15
JavaFX 15 is now released and is the now the latest supported version. It supports JDK 11 and later — same as the previous release. Release notes are here: https://github.com/openjdk/jfx/blob/jfx15/doc-files/release-notes-15.md#release-notes-for-javafx-15
This commit is contained in:
parent
4258bb9f21
commit
1e5fa2ed0c
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ dependencies {
|
|||
}
|
||||
|
||||
javafx {
|
||||
version = '14.0.1'
|
||||
version = '15'
|
||||
modules = [ 'javafx.controls', 'javafx.fxml' ]
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue