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