Skip to content

Commit 7e21759

Browse files
fix: issue with JDK16, see org.beryx.runtime plugin
1 parent c3aa63d commit 7e21759

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
plugins {
55
id 'application'
66
id 'org.openjfx.javafxplugin' version '0.0.9'
7-
id 'org.beryx.runtime' version '1.12.2'
7+
id 'org.beryx.runtime' version '1.12.4'
88
// id 'org.unbroken-dome.xjc' version '1.4.3'
99
id 'org.unbroken-dome.xjc' version '2.0.0' // https://github.com/unbroken-dome/gradle-xjc-plugin
1010
}
@@ -62,7 +62,7 @@ xjc {
6262
// srcDirName = 'src/main/resources'
6363
}
6464

65-
version = '21.04.09'
65+
version = '21.04.12'
6666
def company = 'My Company'
6767

6868
mainClassName = "com.example.hellofx.Launcher"

0 commit comments

Comments
 (0)