Skip to content

Commit c08ea3e

Browse files
committed
Try to update JavaFX from 11.0.2 to 11.0.4
1 parent 5201112 commit c08ea3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ configurations {
109109
}
110110

111111
javafx {
112-
version = "11.0.2"
112+
version = "11.0.4"
113113
modules = [ 'javafx.controls', 'javafx.fxml', 'javafx.web', 'javafx.swing' ]
114114
}
115115

0 commit comments

Comments
 (0)