build.gradle: update javafxplugin to 0.1.0

This commit is contained in:
Sean Gilligan 2023-09-05 10:54:58 -07:00 committed by Andreas Schildbach
parent 929088cde8
commit 96d0022d09

View file

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