mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-03-10 17:26:28 +01:00
build.gradle: update JavaFX to 21
This commit is contained in:
parent
6686782ffa
commit
eefadef5f6
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ dependencies {
|
||||||
}
|
}
|
||||||
|
|
||||||
javafx {
|
javafx {
|
||||||
version = '20.0.2'
|
version = '21'
|
||||||
modules = [ 'javafx.controls', 'javafx.fxml' ]
|
modules = [ 'javafx.controls', 'javafx.fxml' ]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue