We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3aa63d commit 7e21759Copy full SHA for 7e21759
1 file changed
build.gradle
@@ -4,7 +4,7 @@
4
plugins {
5
id 'application'
6
id 'org.openjfx.javafxplugin' version '0.0.9'
7
- id 'org.beryx.runtime' version '1.12.2'
+ id 'org.beryx.runtime' version '1.12.4'
8
// id 'org.unbroken-dome.xjc' version '1.4.3'
9
id 'org.unbroken-dome.xjc' version '2.0.0' // https://github.com/unbroken-dome/gradle-xjc-plugin
10
}
@@ -62,7 +62,7 @@ xjc {
62
// srcDirName = 'src/main/resources'
63
64
65
-version = '21.04.09'
+version = '21.04.12'
66
def company = 'My Company'
67
68
mainClassName = "com.example.hellofx.Launcher"
0 commit comments