Skip to content

Commit d58a1b4

Browse files
chore: gradle plugin fix
based on openjfx/javafx-gradle-plugin#154 (comment)
1 parent b80dded commit d58a1b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ configurations.testXjcCatalogResolution {
8080

8181
javafx {
8282
version = '17' // '16' // '14.0.2.1'
83-
modules = ['javafx.controls']
83+
modules = ['javafx.base', 'javafx.graphics', 'javafx.controls']
8484
}
8585

8686
xjc {

0 commit comments

Comments
 (0)