Skip to content

Commit

Permalink
Define JavaFX version on gradle.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
besidev committed Oct 3, 2023
1 parent 38cbd6d commit 968f51c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repositories {
}

javafx {
version = '17.0.8'
version = "$JAVAFX_VERSION"
modules = ['javafx.graphics', 'javafx.controls', 'javafx.fxml', 'javafx.media', 'javafx.web']
}

Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
JPRO_VERSION = 2023.3.0
JAVAFX_PLUGIN_VERSION = 0.1.0
JAVAFX_VERSION = 17.0.8

0 comments on commit 968f51c

Please sign in to comment.