Skip to content

Commit

Permalink
chore: gradle plugin fix
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpeintner committed Sep 12, 2023
1 parent b80dded commit d58a1b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ configurations.testXjcCatalogResolution {

javafx {
version = '17' // '16' // '14.0.2.1'
modules = ['javafx.controls']
modules = ['javafx.base', 'javafx.graphics', 'javafx.controls']
}

xjc {
Expand Down

0 comments on commit d58a1b4

Please sign in to comment.