From a52252e2f73842428bf0cc7b34ec2c4b319d3afb Mon Sep 17 00:00:00 2001
From: William Billingsley <wbilling@une.edu.au>
Date: Tue, 6 Jul 2021 15:09:04 +1000
Subject: [PATCH] Upgrade JavaFx plugin

0.0.10 seems to have fixed the issue with running modular JavaFX
  projects, allowing us to drop the previous (manual) fix.
---
 build.gradle | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/build.gradle b/build.gradle
index 4ae4e8d..fd455a2 100644
--- a/build.gradle
+++ b/build.gradle
@@ -7,7 +7,7 @@ buildscript {
 
 plugins {
     id 'application'
-    id 'org.openjfx.javafxplugin' version '0.0.9'
+    id 'org.openjfx.javafxplugin' version '0.0.10'
 }
 
 javafx {
@@ -35,7 +35,4 @@ test {
 
 application {
     mainClass = 'dotsandboxes.Main'
-}
-
-// fix for reflectexception
-modularity.disableEffectiveArgumentsAdjustment()
\ No newline at end of file
+}
\ No newline at end of file
-- 
GitLab