From 3a3e6b38889a2115ab8a635e2550a1773899936e Mon Sep 17 00:00:00 2001 From: Tom Martin Date: Mon, 3 Apr 2023 19:02:46 +0100 Subject: [PATCH] Work around extension issue in javafx plugin https://github.com/openjfx/javafx-gradle-plugin/issues/140 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index afb5086ca7..7aff773a0e 100644 --- a/build.gradle +++ b/build.gradle @@ -43,8 +43,8 @@ subprojects { javafx { version = '11.0.2' - modules = ['javafx.base', 'javafx.controls', 'javafx.fxml'] configuration = 'implementation' + modules = ['javafx.base', 'javafx.controls', 'javafx.fxml'] } javadoc {