From d58a1b4ba2ae2191d1ac2e6075a629ab4b01e114 Mon Sep 17 00:00:00 2001 From: danielpeintner Date: Tue, 12 Sep 2023 10:31:43 +0200 Subject: [PATCH] chore: gradle plugin fix based on https://github.com/openjfx/javafx-gradle-plugin/pull/154#issuecomment-1714814318 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 056f875..5e7b1f7 100644 --- a/build.gradle +++ b/build.gradle @@ -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 {