diff --git a/build.gradle b/build.gradle
index 4ae4e8d25ce9772515678039fc722c869e0b15a6..fd455a2615f39ce2c9073170b2ef4a71c444fb2f 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