build.gradle: update javafxplugin to 0.0.10

This might help with Issue #2300, but is worth updating anyway.
This commit is contained in:
Sean Gilligan 2022-03-04 14:56:20 -08:00 committed by Andreas Schildbach
parent cca322a01d
commit 83cb847bcf

View File

@ -2,7 +2,7 @@ plugins {
id 'java' id 'java'
id 'eclipse' id 'eclipse'
id 'application' id 'application'
id 'org.openjfx.javafxplugin' version '0.0.8' id 'org.openjfx.javafxplugin' version '0.0.10'
} }
dependencies { dependencies {