mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2024-11-19 01:40:26 +01:00
build.gradle: Update JavaFX to 14.0.1.
This is a bug fix release: https://github.com/openjdk/jfx/blob/jfx14/doc-files/release-notes-14.0.1.md#release-notes-for-javafx-1401
This commit is contained in:
parent
8dbe23c9db
commit
0d3a767cd4
@ -13,7 +13,7 @@ dependencies {
|
||||
}
|
||||
|
||||
javafx {
|
||||
version = '14'
|
||||
version = '14.0.1'
|
||||
modules = [ 'javafx.controls', 'javafx.fxml' ]
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user